Home
last modified time | relevance | path

Searched refs:writeLodInfo (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/XMLConverter/include/
H A DOgreXMLMeshSerializer.h79 void writeLodInfo(TiXmlElement* mMeshNode, const Mesh* pMesh);
/dports/graphics/ogre3d/ogre-1.11.6/Tools/XMLConverter/include/
H A DOgreXMLMeshSerializer.h79 void writeLodInfo(TiXmlElement* mMeshNode, const Mesh* pMesh);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreMeshSerializerImpl.h98 virtual void writeLodInfo(const Mesh* pMesh);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/XMLConverter/src/
H A DOgreXMLMeshSerializer.cpp207 writeLodInfo(rootNode, pMesh); in writeMesh()
1435 void XMLMeshSerializer::writeLodInfo(TiXmlElement* mMeshNode, const Mesh* pMesh) in writeLodInfo() function in Ogre::XMLMeshSerializer
/dports/graphics/ogre3d/ogre-1.11.6/Tools/XMLConverter/src/
H A DOgreXMLMeshSerializer.cpp208 writeLodInfo(rootNode, pMesh); in writeMesh()
1476 void XMLMeshSerializer::writeLodInfo(TiXmlElement* mMeshNode, const Mesh* pMesh) in writeLodInfo() function in Ogre::XMLMeshSerializer
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreMeshSerializerImpl.cpp175 writeLodInfo(pMesh); in writeMesh()
1166 void MeshSerializerImpl::writeLodInfo(const Mesh* pMesh) in writeLodInfo() function in Ogre::MeshSerializerImpl