MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / getNumPoses

Method getNumPoses

OgreMain/src/OgreRenderable.cpp:223–223  ·  view source on GitHub ↗

-----------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

221 MaterialPtr Renderable::getMaterial() const { return mMaterial; }
222 //-----------------------------------------------------------------------------------
223 unsigned short Renderable::getNumPoses() const { return mPoseData ? mPoseData->numPoses : 0; }
224 //-----------------------------------------------------------------------------------
225 bool Renderable::getPoseHalfPrecision() const
226 {

Callers 4

fillBuffersForMethod · 0.80
SubItemMethod · 0.80
calculateHashForMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected