one model, many views
Posted by jonbarril on Mar 10, 2012; 4:43am
URL: https://forum.jogamp.org/one-model-many-views-tp3814496.html
I want to animate a single world model, with more than one drawable view of it. How do I get a "hook" into the rendering loop so that I can update the model once and then render it multiple times, once for each drawable.
--jon