Original Spec| Sample

定義

Sphere { 
  field SFFloat radius  1    # (0,)
}
球を定義します。
radius
球の半径

サンプル

#VRML V2.0 utf8
Shape { 
 geometry Sphere {
   radius 3  
 }
}