! gets the bounds of the instanced scene */
| 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 { |