body
DEF TRANSFORM Transform {
translation IS position
children [
Transform {
translation IS location
scale IS scale
rotation IS rotation
children [
Shape {
appearance Appearance {
material Material {
diffuseColor 1 1 1
}
texture ImageTexture {
url IS url
}
}
geometry DEF BOX Box {
size IS size
}
}
] }
]
}