#include <SO3FapMeshsTools.h>
Static Public Member Functions | |
| static void | CreateFaceMesh (const Ogre::String &strName, std::string pathStdFDP, std::string pathStdIndices, Ogre::String groupName=Ogre::ResourceGroupManager::DEFAULT_RESOURCE_GROUP_NAME) |
| static void | CreateFaceMesh (Ogre::VertexData *&vertexData, Ogre::IndexData *&indexData, std::string pathStdFDP, std::string pathStdIndices) |
Helper functions to create fap meshes. This class do not need to be instanciated, as all her member functions are static.
Definition at line 37 of file SO3FapMeshsTools.h.
| void SFapMeshsTools::CreateFaceMesh | ( | Ogre::VertexData *& | vertexData, | |
| Ogre::IndexData *& | indexData, | |||
| std::string | pathStdFDP, | |||
| std::string | pathStdIndices | |||
| ) | [static] |
Fill up a fresh copy of VertexData and IndexData with a sphere's coords given the number of rings and the number of segments
Definition at line 51 of file SO3FapMeshsTools.cpp.
| void SFapMeshsTools::CreateFaceMesh | ( | const Ogre::String & | strName, | |
| std::string | pathStdFDP, | |||
| std::string | pathStdIndices, | |||
| Ogre::String | groupName = Ogre::ResourceGroupManager::DEFAULT_RESOURCE_GROUP_NAME | |||
| ) | [static] |
Create a fap face Mesh with a given name;
Definition at line 35 of file SO3FapMeshsTools.cpp.
1.6.3