one model, many views

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

one model, many views

jonbarril
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