Physics Simulation Forum

 

All times are UTC




Post new topic Reply to topic  [ 1 post ] 
Author Message
PostPosted: Wed Mar 21, 2007 2:57 am 
Offline
Site Admin
User avatar

Joined: Sun Jun 26, 2005 6:43 pm
Posts: 3744
Location: California, USA
Bullet 2.49 is released (minor bug-fixes for Bullet 2.48a)

A refit function for the bounding volume hierarchy (btOptimizedBvh, quantized stackless aabb tree) has been added. This allows to refit the tree when the triangle meshes are deforming.

See the ConcaveDemo for an example how to use this new feature. Objects might deactivate early when animating slowly, so be careful with activation strategies.

Note that some features like setAngularFactor, and custom friction model callbacks don't work yet with the 'cache friendly' solver mode.
If you rely on those features, you can switch to original (non-cache-friendly) solver mode:
Code:
btSequentialImpulseConstraintSolver* solver = new btSequentialImpulseConstraintSolver;
//default solverMode is  SOLVER_CACHE_FRIENDLY and SOLVER_RANDMIZE_ORDER.

//Switch back to original solver (non-cache friendly):

solver->setSolverMode(btSequentialImpulseConstraintSolver::SOLVER_RANDMIZE_ORDER);


Download Bullet 2.49 source code.

Enjoy,
Erwin


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group