libmoldeo (Moldeo 1.0 Core)
1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
|
#include <moGUIManager.h>
Public Member Functions | |
moPolyhedronGeometry () | |
moPolyhedronGeometry (const moVector3fArray &p_Vertices, const moVector3iArray &p_Faces, float radius=1.0, float detail=0.0) | |
virtual | ~moPolyhedronGeometry () |
Public Member Functions inherited from moGeometry | |
moGeometry () | |
moGeometry (moGeometryType p_type) | |
virtual | ~moGeometry () |
moGeometry (const moGeometry &p_src) | |
moGeometry & | operator= (const moGeometry &p_src) |
virtual MOboolean | Init () |
Inicializa el objeto. More... | |
virtual MOboolean | Init (moResourceManager *pResourceManager) |
virtual MOboolean | Finish () |
Finaliza el objeto, libera recursos. More... | |
virtual float * | GetVerticesBuffer () |
virtual float * | GetNormalsBuffer () |
virtual float * | GetColorBuffer () |
virtual float * | GetVerticesUVBuffer () |
virtual const moPointArray & | GetVertices () const |
virtual const moPointArray & | GetNormals () const |
virtual const moTCoordArray & | GetVerticesUV () const |
virtual const moTCoordArray & | GetFacesUV () const |
virtual const moColorArray & | GetColors () const |
virtual const moFaceArray & | GetFaces () const |
moGeometryType | GetType () const |
void | applyMatrix (const moGLMatrixf &p_ModelMatrix) |
int | addAttribute (const moText &p_AttributeName, moAttribute *p_attribute) |
int | removeAttribute (const moText &p_AttributeName) |
moAttribute * | getAttribute (const moText &p_AttributeName) |
virtual moText | ToJSON () |
Public Member Functions inherited from moResourceElement | |
moResourceElement () | |
moResourceElement (moResourceType p_type) | |
virtual | ~moResourceElement () |
virtual void | SetResourceManager (moResourceManager *p_rm) |
virtual moResourceManager * | GetResourceManager () |
moResourceType | GetResourceType () |
Public Member Functions inherited from moAbstract | |
moAbstract () | |
virtual | ~moAbstract () |
MOboolean | Initialized () |
Pregunta si está inicializado. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from moGeometry | |
static moText | TypeToStr (moGeometryType p_type) |
Public Attributes inherited from moGeometry | |
moText | m_Name |
moGeometryType | m_Type |
moPointArray | m_Vertices |
moTCoordArray | m_VerticesUvs |
moVertexArray | m_Normals |
moColorArray | m_Colors |
MOfloat * | m_VerticesBuffer |
MOfloat * | m_NormalsBuffer |
MOfloat * | m_VerticesUVBuffer |
MOfloat * | m_ColorBuffer |
moFaceArray | m_Faces |
moTCoordArray | m_FaceVertexUvs |
moAttributeArray | m_Attributes |
Public Attributes inherited from moAbstract | |
MOboolean | m_bInitialized |
Valor de inicialización More... | |
Static Public Attributes inherited from moAbstract | |
static moDebug * | MODebug2 = new moDebug() |
Clase de impresión de errores para depuración More... | |
static moTextHeap * | MODebug = new moTextHeap() |
Lista de textos. More... | |
Protected Attributes inherited from moResourceElement | |
moResourceType | m_ResourceType |
moResourceManager * | m_pResourceManager |
Definition at line 433 of file moGUIManager.h.
moPolyhedronGeometry::moPolyhedronGeometry | ( | ) |
Definition at line 625 of file moGUIManager.cpp.
moPolyhedronGeometry::moPolyhedronGeometry | ( | const moVector3fArray & | p_Vertices, |
const moVector3iArray & | p_Faces, | ||
float | radius = 1.0 , |
||
float | detail = 0.0 |
||
) |
Definition at line 628 of file moGUIManager.cpp.
|
virtual |
Definition at line 640 of file moGUIManager.cpp.