Download the starter project, build and run it with Visual Studio or VS Code.
You should be able to see the following:
But pressing the Space Bar won't make the cloth animate becuase those simulation code is not ready.
The code is based on our codebase with many restructuring.
The key files for simulation is ClothCim.h and ClothSim.cpp.
The mesh model for the cloth is a PlaneMesh whose vertex data is directly used by class ClothSim.
Last updated 13 days ago