Search found 17 matches

by rknoesel
Sun Mar 01, 2009 7:38 am
Forum: General Bullet Physics Support and Feedback
Topic: Potential bug with setLocalScaling() and broadphase update.
Replies: 6
Views: 9698

Re: Potential bug with setLocalScaling() and broadphase update.

Thanks for the prompt reply and clarification!

That's great news regarding v2.74...
by rknoesel
Wed Feb 25, 2009 2:44 am
Forum: General Bullet Physics Support and Feedback
Topic: Potential bug with setLocalScaling() and broadphase update.
Replies: 6
Views: 9698

Potential bug with setLocalScaling() and broadphase update.

I am experiencing a case where using setLocalScaling() on a btBvhTriangleMeshShape after a rigid body has been created and added to the world does not seem to update the extents used by my broadphase (btAxisSweep3). My test case is a static btBvhTriangleMeshShape which is a 100x100 meter donut place...