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