Original Spec| Sample

定義

Cone { 
  field     SFFloat   bottomRadius 1        # (0,)
  field     SFFloat   height       2        # (0,)
  field     SFBool    side         TRUE
  field     SFBool    bottom       TRUE
}
円錐を表示します。
bottomRadius
底面の半径
height
高さ
side
側面を表示するかどうか
bottom
底を表示するかどうか

サンプル

#VRML V2.0 utf8
Shape {
 geometry Cone { 
    bottomRadius 2 
    height       3
    bottom       FALSE
 }
}
#http://vrmlbyhand.hoops.ne.jp/ref/Cone.wrl