Cone Node

The Cone node lets you specify not only the height and radius but also which parts you want to draw.

 This node contains four fields: bottomRadius, height, side, and bottom.

 The bottomRadius and height fields define the geometrical properties of the cylinder. The values for these fields must be greater than 0.0.

 The side and bottom specify which parts of the cone are to be drawn. These two fields take boolean values. For instance if side is FALSE then only the bottom of the cone is drawn. When drawing only a part of the shape note that only one side is lit, the opposite side being black. 

All fields are optional, the default values being applied if the field is not specified.

 Syntax: 
Cone { 
radius 1.0 
height 2.0 
side TRUE 
bottom TRUE 
The center of the cone is at (0,0,0) of the local coordinate system.