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.