| 2543 | } |
| 2544 | |
| 2545 | PrimitiveVariableMap SceneCache::readObjectPrimitiveVariables( const std::vector<InternedString> &primVarNames, double time ) const |
| 2546 | { |
| 2547 | ReaderImplementation *reader = ReaderImplementation::reader( m_implementation.get() ); |
| 2548 | // \todo - if this function was used, it would make sense to take a canceller and pass it through here, |
| 2549 | // but since this function is never used, we don't bother changing the public API |
| 2550 | return reader->readObjectPrimitiveVariables( primVarNames, time ); |
| 2551 | } |
| 2552 | |
| 2553 | void SceneCache::writeObject( const Object *object, double time ) |
| 2554 | { |