Um Scene Graph com alguns nós
#VRML V2.0 utf8
#Uma cena com tres shapes
Shape {
appearance Appearance {
material Material {}
}
geometry Sphere { }
}
Transform {
translation 2 0 0
children [
Shape {
appearance Appearance {
material Material {}
}
geometry Box { }
},
Shape {
appearance Appearance {
material Material {}
}
geometry Cylinder {
radius 0.7
height 2.8
}
}
]
}