Closed rcarjan closed 7 years ago
Hm, it might be the display region is hidden by the render pipeline. Can you try region.set_sort(10000) ?
Huh. It's working. Thanks alot! I really need to study the demos more thoroughly.
Okay, great, easier than I thought!
Hello, I am looking for a GUI library to use with Panda3D / RenderPipeline, and at the moment LUI looks the most promising. (especially since it is already integrated with Panda3D). The issue I am having is that I cannot seem to get both RenderPipeline and LUI to work together. I have made a simple Panda application using RP, and then added a very simple piece of code to add a LUIButton on top of it, such as it is done in 01_MinimalExample.py. The application runs fine, however the button doesn't show. Is there anything I need to do to make it work inside a 3D application, or am I doing anything wrong?
Here is how my code looks like: