-----------------------------------------------------------------------------
| 275 | } |
| 276 | //----------------------------------------------------------------------------- |
| 277 | void AutoParamDataSource::setWorldMatrices( const Matrix4 *m, size_t count ) |
| 278 | { |
| 279 | mWorldMatrixArray = m; |
| 280 | mWorldMatrixCount = count; |
| 281 | mWorldMatrixDirty = false; |
| 282 | } |
| 283 | //----------------------------------------------------------------------------- |
| 284 | const Matrix4 &AutoParamDataSource::getWorldMatrix() const |
| 285 | { |
no outgoing calls
no test coverage detected