Home
last modified time | relevance | path

Searched refs:nnRotation (Results 1 – 5 of 5) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/assimp/code/Ogre/
H A DOgreXmlSerializer.cpp280 static const char *nnRotation = "rotation"; variable
933 m_currentNodeName == nnRotation || in ReadBones()
942 else if (m_currentNodeName == nnRotation) in ReadBones()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DOgreXmlSerializer.cpp278 const std::string nnRotation = "rotation"; variable
937 m_currentNodeName == nnRotation || in ReadBones()
946 else if (m_currentNodeName == nnRotation) in ReadBones()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DOgreXmlSerializer.cpp278 const std::string nnRotation = "rotation"; variable
935 m_currentNodeName == nnRotation || in ReadBones()
944 else if (m_currentNodeName == nnRotation) in ReadBones()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DOgreXmlSerializer.cpp279 const std::string nnRotation = "rotation"; variable
936 m_currentNodeName == nnRotation || in ReadBones()
945 else if (m_currentNodeName == nnRotation) in ReadBones()
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/Ogre/
H A DOgreXmlSerializer.cpp183 static const char *nnRotation = "rotation"; variable
699 if (currentChildName == nnRotation) { in ReadBones()