MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / buildModel

Function buildModel

Demos/ClothDemo/main.cpp:117–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void buildModel ()
118{
119 TimeManager::getCurrent ()->setTimeStepSize (static_cast<Real>(0.005));
120
121 createMesh();
122}
123
124void render ()
125{

Callers 2

mainFunction · 0.70
resetFunction · 0.70

Calls 2

setTimeStepSizeMethod · 0.80
createMeshFunction · 0.70

Tested by

no test coverage detected