Using multiple models in a scene
Posted by ted_gress on Jun 22, 2018; 6:25am
URL: https://forum.jogamp.org/Using-multiple-models-in-a-scene-tp4038956.html
Hi,
I have a set of buffers as arrays so I can have multiple objects in my scene. I tried making multiple calls with drawelements in a loop but all I get is a black screen that flashes.
Do you know what I'm doing wrong or if there is a better way of loading multiple objects in a scene?