MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / reset

Method reset

Demos/Common/DemoBase.cpp:923–927  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 14

resetFunction · 0.45
resetFunction · 0.45
resetFunction · 0.45
resetFunction · 0.45
resetFunction · 0.45
resetFunction · 0.45
resetFunction · 0.45
resetFunction · 0.45
resetFunction · 0.45
resetFunction · 0.45
resetFunction · 0.45
resetFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected