Tagged Questions
2
votes
2answers
297 views
How can I set up a loading screen in Panda3D?
How would I go about using Double Buffering (to create a loading screen) in Panda3D using C++? I've searched Google and found some forums that talk about the concept of swapping buffers, but I haven't ...