vr2-3-21.wrl
[ VRML source code ]
#VRML V2.0 utf8
#vr2-3-21.wrl
Shape {
appearance DEF Yellow Appearance {
material Material {
diffuseColor 1 1 0
}
}
geometry Box { size 20 2 2}
}
Shape {
appearance USE Yellow
geometry Box { size 2 20 2}
}
Shape {
appearance USE Yellow
geometry Box { size 2 2 20}
}
Transform {
rotation 1 0 0 1.570796
children [
DEF Ring Shape {
appearance USE Yellow
geometry Cylinder {
radius 10
height 2
top FALSE
bottom FALSE
}
}
]
}
Transform {
rotation 0 1 0 1.570796
children [ USE Ring ]
}