Tagged Questions
4
votes
4answers
850 views
Physics timestep questions
I've got a projectile working perfectly using the code below:
//initialised in loading screen
60 is the FPS - projectilEposition and velocity are Vector3 types
gravity = new Vector3(0, ...