Creation of a Scene (8/9)


Description

In this last step, we will change the collision components pass to the collision detection.

Delete the TSphereModel.

Add a PointModel component to the CollisionNode.

Repeat with a LineModel and a TTriangleModel.

Results

Run in SOFA. Change DT to 0.005. Animate.

Instead of spheres, we model our object using exactly the mesh. This should improve the quality of the response, but with a higher computational cost.


Previous