1 | Box { size 2.0 2.0 2.0 # defined a box } |
2 | Cone { bottomRadius 1.0 # field SFFloat height 2.0 # field SFFloat side TRUE # field SFBool bottom TRUE # field SFBool |
3 | } |
4 | Sphere {radius 1.0 # field SFFloat } |
5 | Cylinder { height 2.0 # field SFFloat |
6 | radius 1.5 # field SFFloat |
7 | } |