Searched refs:getSharedVertexDataAnimationIncludesNormals (Results 1 – 9 of 9) sorted by relevance
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/ |
H A D | OgreEntity.cpp | 788 … && 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 D | OgreEntity.cpp | 729 … && 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 D | OgreMesh.h | 834 …bool getSharedVertexDataAnimationIncludesNormals() const { return mSharedVertexDataAnimationInclud… in getSharedVertexDataAnimationIncludesNormals() function
|
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/ |
H A D | OgreMesh.h | 892 …bool getSharedVertexDataAnimationIncludesNormals() const { return mSharedVertexDataAnimationInclud… in getSharedVertexDataAnimationIncludesNormals() function
|
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MeshUpgrader/src/ |
H A D | main.cpp | 398 …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 D | MeshSerializerTests.cpp | 347 …EXPECT_TRUE(a->getSharedVertexDataAnimationIncludesNormals() == b->getSharedVertexDataAnimationInc… in assertMeshClone()
|
/dports/graphics/ogre3d/ogre-1.11.6/Tools/MeshUpgrader/src/ |
H A D | main.cpp | 391 …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 D | main.cpp | 424 …hasSkeleton(), newMesh->hasVertexAnimation(), newMesh->getSharedVertexDataAnimationIncludesNormals… in XMLToBinary()
|
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/XMLConverter/src/ |
H A D | main.cpp | 523 …hasSkeleton(), newMesh->hasVertexAnimation(), newMesh->getSharedVertexDataAnimationIncludesNormals… in XMLToBinary()
|