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

Method setNumPrimitives

kernels/common/geometry.cpp:65–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 }
64
65 void Geometry::setNumPrimitives(unsigned int numPrimitives_in)
66 {
67 if (numPrimitives_in == numPrimitives) return;
68
69 numPrimitives = numPrimitives_in;
70
71 Geometry::update();
72 }
73
74 void Geometry::setNumTimeSteps (unsigned int numTimeSteps_in)
75 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected