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

Function buildModel

Demos/BarDemo/main.cpp:116–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

mainFunction · 0.70
resetFunction · 0.70

Calls 2

setTimeStepSizeMethod · 0.80
createMeshFunction · 0.70

Tested by

no test coverage detected