dinamic fixed or kinematic
2 posters
dinamic fixed or kinematic
Hi again
What type of rigid body are you using in engine ?
It's not fixed. But is it dinamic or kinematic ? Tests showed that it kinematic ...
What type of rigid body are you using in engine ?
btRigidBody is the main class for rigid body objects.
It is derived from btCollisionObject, so it keeps a pointer to a btCollisionShape. It is recommended for performance and memory use to share btCollisionShape objects whenever possible. There are 3 types of rigid bodies:
A) Dynamic rigid bodies, with positive mass. Motion is controlled by rigid body dynamics.
B) Fixed objects with zero mass. They are not moving (basically collision objects)
C) Kinematic objects, which are objects without mass, but the user can move them. There is on-way interaction, and Bullet calculates a velocity based on the timestep and previous and current world transform. Bullet automatically deactivates dynamic rigid bodies, when the velocity is below a threshold for a given time. Deactivated (sleeping) rigid bodies don't take any processing time, except a minor broadphase collision detection impact (to allow active objects to activate/wake up sleeping objects)
It's not fixed. But is it dinamic or kinematic ? Tests showed that it kinematic ...
hazeleye- Posts : 34
Join date : 2008-09-24
Re: dinamic fixed or kinematic
mmm... Why two balls with different mass rolling equally?
hazeleye- Posts : 34
Join date : 2008-09-24
Re: dinamic fixed or kinematic
Good question... no friction and / or restitution factor have been set properly? Have you try in Blender? Cuz SIO2 should be the exact same thing...
Re: dinamic fixed or kinematic
In Blender also mass not influence on action of balls. I can't do that it's influence....
May be I overlook smth....
May be I overlook smth....
hazeleye- Posts : 34
Join date : 2008-09-24
Similar topics
» Problem: Physics Objects(Kinematic) with IPO curves
» Culling failing on duplicated objects
» Animating and Parenting an SIO2Widget
» How could I move my camera which passes the fixed defined position?
» Culling failing on duplicated objects
» Animating and Parenting an SIO2Widget
» How could I move my camera which passes the fixed defined position?
Permissions in this forum:
You cannot reply to topics in this forum