| 174 | } |
| 175 | |
| 176 | OPENPGL_INLINE void Field::SetSceneBounds(const pgl_box3f &bounds) |
| 177 | { |
| 178 | OPENPGL_ASSERT(m_fieldHandle); |
| 179 | pglFieldSetSceneBounds(m_fieldHandle, bounds); |
| 180 | } |
| 181 | |
| 182 | OPENPGL_INLINE pgl_box3f Field::GetSceneBounds() const |
| 183 | { |
nothing calls this directly
no test coverage detected