Home
last modified time | relevance | path

Searched refs:getSharedVertexDataAnimationIncludesNormals (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreEntity.cpp788 … && mTempVertexAnimInfo.buffersCheckedOut(true, mMesh->getSharedVertexDataAnimationIncludesNormals in tempVertexAnimBuffersBound()
866 bool useNormals = mMesh->getSharedVertexDataAnimationIncludesNormals(); in updateAnimation()
1035 … msh->getSharedVertexDataAnimationIncludesNormals()); in applyVertexAnimation()
1092 mMesh->getSharedVertexDataAnimationIncludesNormals()); in applyVertexAnimation()
1140 if (mMesh->getSharedVertexDataAnimationIncludesNormals()) in applyVertexAnimation()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreEntity.cpp729 … && mTempVertexAnimInfo.buffersCheckedOut(true, mMesh->getSharedVertexDataAnimationIncludesNormals in tempVertexAnimBuffersBound()
807 bool useNormals = mMesh->getSharedVertexDataAnimationIncludesNormals(); in updateAnimation()
975 msh->getSharedVertexDataAnimationIncludesNormals()); in applyVertexAnimation()
1032 mMesh->getSharedVertexDataAnimationIncludesNormals()); in applyVertexAnimation()
1080 if (mMesh->getSharedVertexDataAnimationIncludesNormals()) in applyVertexAnimation()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreMesh.h834 …bool getSharedVertexDataAnimationIncludesNormals() const { return mSharedVertexDataAnimationInclud… in getSharedVertexDataAnimationIncludesNormals() function
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreMesh.h892 …bool getSharedVertexDataAnimationIncludesNormals() const { return mSharedVertexDataAnimationInclud… in getSharedVertexDataAnimationIncludesNormals() function
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MeshUpgrader/src/
H A Dmain.cpp398 …sm ? sm->getVertexAnimationIncludesNormals() : mesh.getSharedVertexDataAnimationIncludesNormals()); in reorganiseVertexBuffers()
513 …mesh.hasSkeleton(), mesh.hasVertexAnimation(), mesh.getSharedVertexDataAnimationIncludesNormals()); in reorganiseVertexBuffers()
/dports/graphics/ogre3d/ogre-1.11.6/Tests/OgreMain/src/
H A DMeshSerializerTests.cpp347 …EXPECT_TRUE(a->getSharedVertexDataAnimationIncludesNormals() == b->getSharedVertexDataAnimationInc… in assertMeshClone()
/dports/graphics/ogre3d/ogre-1.11.6/Tools/MeshUpgrader/src/
H A Dmain.cpp391 …sm ? sm->getVertexAnimationIncludesNormals() : mesh.getSharedVertexDataAnimationIncludesNormals()); in reorganiseVertexBuffers()
487 …mesh.hasSkeleton(), mesh.hasVertexAnimation(), mesh.getSharedVertexDataAnimationIncludesNormals()); in reorganiseVertexBuffers()
/dports/graphics/ogre3d/ogre-1.11.6/Tools/XMLConverter/src/
H A Dmain.cpp424 …hasSkeleton(), newMesh->hasVertexAnimation(), newMesh->getSharedVertexDataAnimationIncludesNormals in XMLToBinary()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/XMLConverter/src/
H A Dmain.cpp523 …hasSkeleton(), newMesh->hasVertexAnimation(), newMesh->getSharedVertexDataAnimationIncludesNormals in XMLToBinary()