Search found 1 match

by ekcool
Thu Aug 22, 2019 3:29 am
Forum: Research and development discussion about Collision Detection and Physics Simulation
Topic: Help! softbody nodes can not update after stepsimulate
Replies: 0
Views: 39223

Help! softbody nodes can not update after stepsimulate

I follow SoftDemo,and create a btSoftRigidDynamicsWorld and create a softbody with trimesh from my mesh sucessuflly. Details as follows: 1) btDefaultSoftBodySolver* softSolver = new btDefaultSoftBodySolver(); btSequentialImpulseConstraintSolver* solver = new btSequentialImpulseConstraintSolver(); bt...