#include <Text.h>
Inherits X3D::X3DGeometryNode.
Public Member Functions | |
AP_Bool | Init (void) |
Interface The render and init API function is not present in the X3D ISO/IEC 19775-1:2008 standard. We will use it to OpenGL direct rendering. It is a pure virtual function and must be overloaded from some X3D classes. | |
void | Render (void) |
Text (const AP_Xml &xml, SFNode scene) | |
AP_Bool | Update (const X3DEvent &event) |
Protected Attributes | |
X3DFontStyleNode * | _m_fontStyle |
MFFloat | _m_length |
MFVec2f | _m_lineBounds |
SFFloat | _m_maxExtent |
SFVec3f | _m_origin |
SFBool | _m_solid |
MFString | _m_string |
SFVec2f | _m_textBounds |
AP_Bool Init | ( | void | ) | [virtual] |
void Render | ( | void | ) | [virtual] |
Reimplemented from X3DNode.
X3DFontStyleNode* _m_fontStyle [protected] |
MFFloat _m_length [protected] |
MFVec2f _m_lineBounds [protected] |
SFFloat _m_maxExtent [protected] |
SFVec3f _m_origin [protected] |
SFBool _m_solid [protected] |
MFString _m_string [protected] |
SFVec2f _m_textBounds [protected] |