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

Public Member Functions | |
| Polypoint2D (Inst< SFNode > _metadata=0, Inst< SFBound > _bound=0, Inst< DisplayList > _displayList=0, Inst< MFBool > _isTouched=0, Inst< MFVec3f > _force=0, Inst< MFVec3f > _contactPoint=0, Inst< MFVec3f > _contactNormal=0, Inst< MFVec2f > _point=0) | |
| Constructor. | |
| virtual void | render () |
| Renders the Polypoint2D using OpenGL. | |
Public Attributes | |
| auto_ptr< MFVec2f > | point |
| The point field specifies the vertices to be displayed. | |
Static Public Attributes | |
| static H3DNodeDatabase | database |
| The H3DNodeDatabase for this node. | |
Classes | |
| class | SFBound |
| SFBound is specialized update itself from the radius field of the Box node. More... | |
The points field specifies the vertices to be displayed.
|
|
The point field specifies the vertices to be displayed.
Access type: inputOutput
|
1.4.5