Original Spec| Sample

定義

Box { 
  field    SFVec3f size  2 2 2        # (0, )
}
直方体を定義します。
size
x,y,z軸方向の辺の長さ

サンプル

#VRML V2.0 utf8
Shape { 
 geometry Box {
   size 1 2 3  
 }
 appearance Appearance {
  material Material {
   diffuseColor      1 1 1
  }
 }
}