Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ enable
Method
enable
kernels/common/geometry.cpp:119–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
119
void Geometry::enable ()
120
{
121
if (isEnabled())
122
return;
123
124
enabled = true;
125
++modCounter_;
126
}
127
128
void Geometry::disable ()
129
{
Callers
3
rtcEnableGeometry
Function · 0.80
run
Method · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected