Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ disable
Method
disable
kernels/common/geometry.cpp:128–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
126
}
127
128
void Geometry::disable ()
129
{
130
if (isDisabled())
131
return;
132
133
enabled = false;
134
++modCounter_;
135
}
136
137
void Geometry::setUserData (void* ptr)
138
{
Callers
2
rtcDisableGeometry
Function · 0.80
run
Method · 0.80
Calls
1
isDisabled
Function · 0.85
Tested by
no test coverage detected