Search found 2 matches

by bill23
Sat Jul 13, 2013 11:01 pm
Forum: General Bullet Physics Support and Feedback
Topic: stepSimulation() and ticks
Replies: 4
Views: 7168

Re: stepSimulation() and ticks

Thanks STTrife for the feedback. You're right: I'm using a single thread for everything right now (shame on me). But AFAIK, the synchronizeMotionStates() in Bullet interpolates between the last 2 transforms computed by the library. So I imagine that bullet save these 2 transforms internally, and the...
by bill23
Sat Jul 06, 2013 10:57 pm
Forum: General Bullet Physics Support and Feedback
Topic: stepSimulation() and ticks
Replies: 4
Views: 7168

stepSimulation() and ticks

(disclaimer: sorry for my bad english) I have some question regarding stepSimulation() in btDiscreteDynamicsWorld (bullet-2.81-rev2613). I keep track of physics ticks incrementing a variable inside the callback of dynamicsWorld->setInternalTickCallback(). I checked and discovered that the ticks retu...