Original Spec| Sample

定義

Cylinder { 
  field    SFBool    bottom  TRUE
  field    SFFloat   height  2         # (0,)
  field    SFFloat   radius  1         # (0,)
  field    SFBool    side    TRUE
  field    SFBool    top     TRUE
}
円柱を定義します。
bottom
底を表示するかどうか
height
高さ
radius
半径
side
側面を表示するかどうか
top
上部の面を表示するかどうか

サンプル

#VRML V2.0 utf8
Shape {
  geometry Cylinder { 
    height  4
    radius  .5
  }
}
#http://vrmlbyhand.hoops.ne.jp/ref/Cylinder.wrl