#include <vrmltypes.h>
The Cylinder node is formally defined as:
Cylinder { field SFBool bottom TRUE field SFFloat height 2 # (0,) field SFFloat radius 1 # (0,) field SFBool side TRUE field SFBool top TRUE }
Data Fields | |
float | radius |
The radius of the cylinder. | |
float | height |
The height of the cylinder. | |
bool | side |
Tell if the side must be drawn. | |
bool | bottom |
Tell if the bottom must be drawn. | |
bool | top |
Tell if the top must be drawn. |
|
Tell if the bottom must be drawn.
|
|
The height of the cylinder.
|
|
The radius of the cylinder.
|
|
Tell if the side must be drawn.
|
|
Tell if the top must be drawn.
|