Re: drawScene for all events?
Posted by The.Scotsman on May 17, 2012; 5:47pm
URL: https://forum.jogamp.org/drawScene-for-all-events-tp3998011p3999476.html
Thanks guys.
Never heard of VBO's until now.
But I found WavefrontObjectLoader_VertexBufferObject.java to use as an example.
It also appears to address my next question, which was to be about multiple "USE's" for a single "DEF" (i.e. one gear definition driving multiple displayed gears at different transforms).
And a topic in the JOCL forum indicates that VBO's can be interoperated.
Hopefully, that will be enough to get me through this.