Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ clearCollisionConstraints
Method
clearCollisionConstraints
tutorials/collide/clothModel.h:49–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
void clearCollisionConstraints()
50
{
51
for (auto c : c_constraints_) {
52
delete c;
53
}
54
c_constraints_.clear ();
55
}
56
57
virtual ~ClothModel () {
58
clearMotionConstraints();
Callers
2
initializeClothPositions
Function · 0.80
addCollisionConstraints
Function · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected