SO3Engine
|
#include <SO3FapMeshsTools.h>
Static Public Member Functions | |
static void | CreateFaceMesh (const Ogre::String &strName, std::string pathStdFDP, std::string pathStdIndices, Ogre::String groupName=Ogre::RGN_DEFAULT) |
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 34 of file SO3FapMeshsTools.h.
|
static |
Create a fap face Mesh with a given name;
Definition at line 32 of file SO3FapMeshsTools.cpp.
|
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 48 of file SO3FapMeshsTools.cpp.