Speeding Up Physics
Speeding Up Physics
I'd like to reproduce a realistic bounce using the awesome Bullet physic engine & SIO2. Unfortunately I'm seeing what looks most like a slow motion bounce on the moon.
To get things looking better I has to tweak the paramers that render the sio2 physics as follows. My question is there a better what to speed up the rendering when the physics is accurate....?
// render the simulation physics.
float ballPhysicsTimeStep = kBallSpeed * (1.0f / sio2->_SIO2window->fps);
sio2PhysicRender( sio2->_SIO2physic, ballPhysicsTimeStep, 0 );
Cheers!
Matthew
To get things looking better I has to tweak the paramers that render the sio2 physics as follows. My question is there a better what to speed up the rendering when the physics is accurate....?
// render the simulation physics.
float ballPhysicsTimeStep = kBallSpeed * (1.0f / sio2->_SIO2window->fps);
sio2PhysicRender( sio2->_SIO2physic, ballPhysicsTimeStep, 0 );
Cheers!
Matthew
matthew- Posts : 64
Join date : 2008-11-12
Similar topics
» physics object inside another physics object
» 3dsmax Exporter v1.2
» Regarding the Physics LinearVelocity
» Physics Issue - 1.35 and 1.4
» Blender 2.49 Physics.
» 3dsmax Exporter v1.2
» Regarding the Physics LinearVelocity
» Physics Issue - 1.35 and 1.4
» Blender 2.49 Physics.
Permissions in this forum:
You cannot reply to topics in this forum