Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
116
void buildModel ()
117
{
118
TimeManager::getCurrent ()->setTimeStepSize (static_cast<Real>(0.005));
119
120
createMesh();
121
}
122
123
124
void render ()
Callers
2
main
Function · 0.70
reset
Function · 0.70
Calls
2
setTimeStepSize
Method · 0.80
createMesh
Function · 0.70
Tested by
no test coverage detected