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

Function buildModel

Demos/FluidDemo/main.cpp:191–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191void buildModel ()
192{
193 TimeManager::getCurrent ()->setTimeStepSize (static_cast<Real>(0.0025));
194
195 createBreakingDam();
196}
197
198void render ()
199{

Callers 1

mainFunction · 0.70

Calls 2

createBreakingDamFunction · 0.85
setTimeStepSizeMethod · 0.80

Tested by

no test coverage detected