#include <X3DCoordinateNode.h>
Inheritance diagram for H3D::X3DCoordinateNode:

Public Member Functions | |
| X3DCoordinateNode (Inst< SFNode > _metadata=0) | |
| Constructor. | |
| virtual Vec3f | getCoord (int index)=0 |
| virtual void | render (int index) |
| Perform the OpenGL commands to render a vertex given the index of the vertex. | |
| virtual void | renderArray () |
| Perform the OpenGL commands to render all verties as a vertex array. | |
| virtual void | disableArray () |
| Disable the array state enabled in renderArray(). | |
| virtual string | defaultXMLContainerField () |
| Returns the default xml containerField attribute value. | |
| virtual unsigned int | nrAvailableCoords ()=0 |
| Returns the number of coordinates this coordinate node can render. | |
All coordinates are specified in nodes derived from this abstract node type.
|
|
Returns the default xml containerField attribute value. For this node it is "coord". Reimplemented from H3D::Node. |
1.4.5