Closed geotyper closed 4 years ago
In simple example (30 spheres and 30 cubes), find that some sphere have infinite rotation.
raisim::Vec<3> angulatDamp= {0.75, 0.75, 0.75}; ob->setLinearDamping(0.75); ob->setAngularDamping(angulatDamp);
Need to change some parameters to stop this rotations?
Not exactly sure why this happened but I improved the integration scheme of damping and added unit tests. This issue is probably gone now. Let me know if you still have an issue
In simple example (30 spheres and 30 cubes), find that some sphere have infinite rotation.
Need to change some parameters to stop this rotations?