Primitives

Sphere {
   radius 1
}

Cylinder {
   radius .5
   height 1
}

Cone { bottomRadius 1  height 2 }

Box { }

----------------
Example:

Shape {
   appearance Appearance { 
      material Material { diffuseColor 0 1 0 } 
   }
   geometry Cylinder { radius .5 height 1 }
}




mrl