i6engine  1.0
i6e::modules::IcoSphere Class Reference

#include <D:/Projekte/i6engine/libs/i6engine-modules/include/i6engine/modules/graphics/Debug.h>

Classes

struct  LineIndices
 
struct  TriangleIndices
 

Public Member Functions

 IcoSphere ()
 
 ~IcoSphere ()
 
void create (int recursionLevel)
 
void addToLineIndices (int baseIndex, std::list< int > *target)
 
int addToVertices (std::list< VertexPair > *target, const Ogre::Vector3 &position, const Ogre::ColourValue &colour, float scale)
 
void addToTriangleIndices (int baseIndex, std::list< int > *target)
 

Detailed Description

Definition at line 39 of file Debug.h.

Constructor & Destructor Documentation

i6e::modules::IcoSphere::IcoSphere ( )
i6e::modules::IcoSphere::~IcoSphere ( )

Member Function Documentation

void i6e::modules::IcoSphere::addToLineIndices ( int  baseIndex,
std::list< int > *  target 
)
void i6e::modules::IcoSphere::addToTriangleIndices ( int  baseIndex,
std::list< int > *  target 
)
int i6e::modules::IcoSphere::addToVertices ( std::list< VertexPair > *  target,
const Ogre::Vector3 &  position,
const Ogre::ColourValue &  colour,
float  scale 
)
void i6e::modules::IcoSphere::create ( int  recursionLevel)

The documentation for this class was generated from the following file: