|
| moTextGeometry (const moText &p_text, const moText ¶meters) |
|
| moTextGeometry (const moText &p_text, float size=1.0, float height=1.0, int curveSegments=12, const moText &font="Default", const moText &weight="normal", const moText &style="normal", bool bevelEnabled=false, int bevelThickness=10.0, int bevelSize=8.0) |
|
virtual | ~moTextGeometry () |
|
| 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 () |
|
| moResourceElement () |
|
| moResourceElement (moResourceType p_type) |
|
virtual | ~moResourceElement () |
|
virtual void | SetResourceManager (moResourceManager *p_rm) |
|
virtual moResourceManager * | GetResourceManager () |
|
moResourceType | GetResourceType () |
|
| moAbstract () |
|
virtual | ~moAbstract () |
|
MOboolean | Initialized () |
| Pregunta si está inicializado. More...
|
|
parameters: size — Float. Size of the text. height — Float. Thickness to extrude text. Default is 50. curveSegments — Integer. Number of points on the curves. Default is 12. font — String. Font name. weight — String. Font weight (normal, bold). style — String. Font style (normal, italics). bevelEnabled — Boolean. Turn on bevel. Default is False. bevelThickness — Float. How deep into text bevel goes. Default is 10. bevelSize — Float. How far from text outline is bevel. Default is 8.
Definition at line 510 of file moGUIManager.h.