| 
    SO3Engine
    
   | 
 
SO3BaseMeshsTools.h
Go to the documentation of this file.
   47  static Ogre::MeshPtr CreateSphere(const Ogre::String& strName, float radius, int nRings, int nSegments, bool bNormals, bool bTexCoords, Ogre::String groupName=Ogre::RGN_DEFAULT);
   52  static void CreateSphere(Ogre::VertexData*& vertexData, Ogre::IndexData*& indexData, float radius, int nRings, int nSegments, bool bNormals, bool bTexCoords);
   58  static Ogre::MeshPtr CreateCone(const Ogre::String& strName, float radius, float height, int nVerticesInBase, Ogre::String groupName=Ogre::RGN_DEFAULT);
   63  static void CreateCone(Ogre::VertexData*& vertexData, Ogre::IndexData*& indexData, float radius, float height, int nVerticesInBase);
   72  static Ogre::MeshPtr CreateOctahedron(const Ogre::String& strName, float baseLength, float bottomDistance, float upDistance, Ogre::String groupName=Ogre::RGN_DEFAULT);
   77  static void CreateOctahedron(Ogre::VertexData*& vertexData, Ogre::IndexData*& indexData, float baseLength, float bottomDistance, float upDistance);
librairies include
Definition SO3BaseMeshsTools.h:38
static void CreateQuad(Ogre::VertexData *&vertexData)
Definition SO3BaseMeshsTools.cpp:392
static Ogre::MeshPtr CreateCone(const Ogre::String &strName, float radius, float height, int nVerticesInBase, Ogre::String groupName=Ogre::RGN_DEFAULT)
Definition SO3BaseMeshsTools.cpp:145
static Ogre::MeshPtr CreateSphere(const Ogre::String &strName, float radius, int nRings, int nSegments, bool bNormals, bool bTexCoords, Ogre::String groupName=Ogre::RGN_DEFAULT)
Definition SO3BaseMeshsTools.cpp:35
static Ogre::MeshPtr CreateOctahedron(const Ogre::String &strName, float baseLength, float bottomDistance, float upDistance, Ogre::String groupName=Ogre::RGN_DEFAULT)
Definition SO3BaseMeshsTools.cpp:253
Definition SO3DataScol.h:38
Generated by