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

Method getObjectBounds

kernels/common/scene_instance.h:71–73  ·  view source on GitHub ↗

! gets the bounds of the instanced scene */

Source from the content-addressed store, hash-verified

69
70 /*! gets the bounds of the instanced scene */
71 __forceinline BBox3fa getObjectBounds(size_t itime) const {
72 return object->getBounds(timeStep(itime));
73 }
74
75 /*! calculates the bounds of instance */
76 __forceinline BBox3fa bounds(size_t i, size_t itime) const {

Callers

nothing calls this directly

Calls 2

getBoundsMethod · 0.80
timeStepFunction · 0.70

Tested by

no test coverage detected