Where should I do the "updating" at?

Problems building or running the engine, queries about how to use features etc.
Post Reply
lucky7456969
Gremlin
Posts: 156
Joined: Tue Sep 18, 2012 3:43 am

Where should I do the "updating" at?

Post by lucky7456969 »

Good afternoon,
I have generated an application from the ogre app wizard and just wondering where should I start
updating the meshes, like doing work on animations, IK and physics, where is the most
appropriate place to start in? Do I have to extend BaseApplication to include an update method
or something like that?
Thanks for your time...
Jack
User avatar
c6burns
Beholder
Posts: 1512
Joined: Fri Feb 22, 2013 4:44 am
Location: Deep behind enemy lines
x 138

Re: Where should I do the "updating" at?

Post by c6burns »

Override BaseApplication::frameRenderingQueued and do the work there :)
Post Reply