Home
last modified time | relevance | path

Searched refs:getSharedVertexDataAnimationType (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreEntity.cpp786 if (mMesh->sharedVertexData && mMesh->getSharedVertexDataAnimationType() != VAT_NONE) in tempVertexAnimBuffersBound()
864 && mMesh->getSharedVertexDataAnimationType() != VAT_NONE) in updateAnimation()
919 (mMesh->getSharedVertexDataAnimationType() != VAT_NONE) ? in updateAnimation()
1029 && msh->getSharedVertexDataAnimationType() != VAT_NONE) in applyVertexAnimation()
1037 if (msh->getSharedVertexDataAnimationType() == VAT_POSE && in applyVertexAnimation()
1083 mMesh->getSharedVertexDataAnimationType() == VAT_POSE) in applyVertexAnimation()
1137 msh->getSharedVertexDataAnimationType() == VAT_POSE) in applyVertexAnimation()
1196 (!hardwareAnimation || mMesh->getSharedVertexDataAnimationType() == VAT_MORPH)) in restoreBuffersForUnusedAnimation()
1218 && mMesh->getSharedVertexDataAnimationType() == VAT_POSE) in restoreBuffersForUnusedAnimation()
1637 && mMesh->getSharedVertexDataAnimationType() != VAT_NONE) in prepareTempBlendBuffers()
[all …]
H A DOgreMesh.cpp2200 VertexAnimationType Mesh::getSharedVertexDataAnimationType(void) const in getSharedVertexDataAnimationType() function in Ogre::Mesh
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreEntity.cpp805 && mMesh->getSharedVertexDataAnimationType() != VAT_NONE) in updateAnimation()
860 (mMesh->getSharedVertexDataAnimationType() != VAT_NONE) ? in updateAnimation()
969 && msh->getSharedVertexDataAnimationType() != VAT_NONE) in applyVertexAnimation()
973 (msh->getSharedVertexDataAnimationType() == VAT_POSE) in applyVertexAnimation()
977 if (msh->getSharedVertexDataAnimationType() == VAT_POSE && in applyVertexAnimation()
1023 mMesh->getSharedVertexDataAnimationType() == VAT_POSE) in applyVertexAnimation()
1077 msh->getSharedVertexDataAnimationType() == VAT_POSE) in applyVertexAnimation()
1136 (!hardwareAnimation || mMesh->getSharedVertexDataAnimationType() == VAT_MORPH)) in restoreBuffersForUnusedAnimation()
1158 && mMesh->getSharedVertexDataAnimationType() == VAT_POSE) in restoreBuffersForUnusedAnimation()
1582 && mMesh->getSharedVertexDataAnimationType() != VAT_NONE) in prepareTempBlendBuffers()
[all …]
H A DOgreMesh.cpp1885 VertexAnimationType Mesh::getSharedVertexDataAnimationType(void) const in getSharedVertexDataAnimationType() function in Ogre::Mesh
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreMesh.h831 virtual VertexAnimationType getSharedVertexDataAnimationType(void) const;
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreMesh.h889 virtual VertexAnimationType getSharedVertexDataAnimationType(void) const;
/dports/graphics/ogre3d/ogre-1.11.6/Tests/OgreMain/src/
H A DMeshSerializerTests.cpp348 EXPECT_TRUE(a->getSharedVertexDataAnimationType() == b->getSharedVertexDataAnimationType()); in assertMeshClone()