#VRML V2.0 utf8
Transform{
translation 2 0 0
children Shape{
appearance Appearance{
material Material{
diffuseColor 1 0 0
}
}
geometry Box{
size 2 3 1
}
}
}
Transform{
translation -2 0 0
children Shape{
appearance Appearance{
material Material{
diffuseColor 0 0 1
}
}
geometry Sphere{
radius 1
}
}
}
|