What is clientResetScene() for?

anshul.bhardwaj
Posts: 28
Joined: Mon Aug 29, 2011 11:02 am

What is clientResetScene() for?

Post by anshul.bhardwaj »

I am trying to implement vehicle demo in my rendering engine for iOS.
i am not able to get what clientResetScene() function of DemoApplication.cpp do?
They are calling this fn before creating the vehicle.

i implemented the other code and my vehicle is not behaving like the given example do.