Home
last modified time | relevance | path

Searched refs:SKELETON_VERSION_1_8 (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreSkeletonSerializer.h45 SKELETON_VERSION_1_8, enumerator
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreSkeletonSerializer.h44 SKELETON_VERSION_1_8, enumerator
/dports/devel/upp/upp/bazaar/plugin/assimp/code/Ogre/
H A DOgreBinarySerializer.cpp62 const std::string SKELETON_VERSION_1_8 = "[Serializer_v1.80]"; variable
924 if (version != SKELETON_VERSION_1_8 && version != SKELETON_VERSION_1_1) in ReadSkeleton()
927 << " Supported versions: " << SKELETON_VERSION_1_8 << " and " << SKELETON_VERSION_1_1); in ReadSkeleton()
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/Ogre/
H A DOgreBinarySerializer.cpp59 static constexpr auto SKELETON_VERSION_1_8 = "[Serializer_v1.80]"; variable
805 if (version != SKELETON_VERSION_1_8 && version != SKELETON_VERSION_1_1) { in ReadSkeleton()
807 … " Supported versions: ", SKELETON_VERSION_1_8, " and ", SKELETON_VERSION_1_1); in ReadSkeleton()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DOgreBinarySerializer.cpp60 const std::string SKELETON_VERSION_1_8 = "[Serializer_v1.80]"; variable
922 if (version != SKELETON_VERSION_1_8 && version != SKELETON_VERSION_1_1) in ReadSkeleton()
925 << " Supported versions: " << SKELETON_VERSION_1_8 << " and " << SKELETON_VERSION_1_1); in ReadSkeleton()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DOgreBinarySerializer.cpp60 const std::string SKELETON_VERSION_1_8 = "[Serializer_v1.80]"; variable
920 if (version != SKELETON_VERSION_1_8 && version != SKELETON_VERSION_1_1) in ReadSkeleton()
923 << " Supported versions: " << SKELETON_VERSION_1_8 << " and " << SKELETON_VERSION_1_1); in ReadSkeleton()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DOgreBinarySerializer.cpp61 const std::string SKELETON_VERSION_1_8 = "[Serializer_v1.80]"; variable
921 if (version != SKELETON_VERSION_1_8 && version != SKELETON_VERSION_1_1) in ReadSkeleton()
924 << " Supported versions: " << SKELETON_VERSION_1_8 << " and " << SKELETON_VERSION_1_1); in ReadSkeleton()
/dports/graphics/ogre3d/ogre-1.11.6/Tests/OgreMain/src/
H A DMeshSerializerTests.cpp186 skeletonSerializer.exportSkeleton(mSkeleton.get(), mSkeletonFullPath, SKELETON_VERSION_1_8); in TEST_F()
268 … skeletonSerializer.exportSkeleton(mSkeleton.get(), mSkeletonFullPath, SKELETON_VERSION_1_8); in TEST_F()