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

Method interpolate

kernels/common/scene_quad_mesh.cpp:180–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 }
179
180 void QuadMesh::interpolate(const RTCInterpolateArguments* const args) {
181 interpolate_impl<4>(args);
182 }
183
184 size_t QuadMesh::getGeometryDataDeviceByteSize() const {
185 size_t byte_size = sizeof(QuadMesh);

Callers 7

binCenterMethod · 0.45
binBoundsAndCenterMethod · 0.45
binMethod · 0.45
binCenterMethod · 0.45
PrimRefMBFunction · 0.45
rtcInterpolateFunction · 0.45
getBoundsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected