MCPcopy 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

rtcEnableGeometryFunction · 0.80
runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected