Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
191
void buildModel ()
192
{
193
TimeManager::getCurrent ()->setTimeStepSize (static_cast<Real>(0.0025));
194
195
createBreakingDam();
196
}
197
198
void render ()
199
{
Callers
1
main
Function · 0.70
Calls
2
createBreakingDam
Function · 0.85
setTimeStepSize
Method · 0.80
Tested by
no test coverage detected