| 107 | //////////////////////////////////////////////////// |
| 108 | |
| 109 | Imath::Box3d readBound( double time ) const override |
| 110 | { |
| 111 | const Imath::Box3f bound = rootData().m_vdbObject->bound(); |
| 112 | return Imath::Box3d(bound.min, bound.max); |
| 113 | } |
| 114 | |
| 115 | void writeBound( const Imath::Box3d &bound, double time ) override |
| 116 | { |