Instancing

#VRML V2.0 utf8

Shape {
   appearance DEF RED Appearance { 
      material Material { diffuseColor 1 0 0 } 
   }
   geometry Sphere { radius 1.25 }
}

DEF REDBOX Shape {
   appearance USE RED
   geometry Box {}
}

Transform {
   translation 3 0 0
   children USE REDBOX
}

NavigationInfo { type "EXAMINE" }
Viewpoint { position 1 0 5 }
Background { skyColor 1 1 1 }
  


mrl