Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
117
void buildModel ()
118
{
119
TimeManager::getCurrent ()->setTimeStepSize (static_cast<Real>(0.005));
120
121
createMesh();
122
}
123
124
void render ()
125
{
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