| 921 | } |
| 922 | |
| 923 | void DemoBase::reset() |
| 924 | { |
| 925 | m_nextFrameTime = 0.0; |
| 926 | m_frameCounter = 1; |
| 927 | } |
| 928 | |
| 929 | void DemoBase::loadMesh(const std::string& filename, VertexData& vd, Utilities::IndexedFaceMesh& mesh, const Vector3r& translation, |
| 930 | const Matrix3r& rotation, const Vector3r& scale) |
no outgoing calls
no test coverage detected