MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / getModelRoot

Method getModelRoot

src/logic/visuals/ModelVisual.cpp:583–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581}
582
583Math::float3 ModelVisual::getModelRoot()
584{
585 return getAnimationHandler().getRootNodePosition();
586 //return Math::float3(getMeshLib().getRootNodeTranslation().v);
587}
588
589void ModelVisual::onFrameUpdate(float dt)
590{

Callers 3

placeOnSurfaceMethod · 0.80
onVisualChangedMethod · 0.80
traceDownNPCGroundMethod · 0.80

Calls 1

getRootNodePositionMethod · 0.80

Tested by

no test coverage detected