T1 Run the Starter Project

Build and Run

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.

Project Code Structure

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