MCPcopy Create free account
hub / github.com/RenderKit/embree / setMask

Method setMask

kernels/common/scene_points.cpp:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 }
17
18 void Points::setMask(unsigned mask)
19 {
20 this->mask = mask;
21 Geometry::update();
22 }
23
24 void Points::setNumTimeSteps(unsigned int numTimeSteps)
25 {

Callers 1

rtcSetGeometryMaskFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected