May 2017
Intermediate to advanced
982 pages
22h 42m
English
In this recipe, we will build on top of the previous recipe and add collision detection and response to the cloth model.
The code for this recipe is contained in the Chapter8/TransformFeedbackClothCollision directory. For this recipe, the setup code and rendering code remains the same as in the previous recipe. The only change is the addition of the ellipsoid/sphere collision code.
Let us start this recipe by following these simple steps:
Read now
Unlock full access