#VRML V1.0 ascii Separator { DirectionalLight { on TRUE intensity 0.4 direction -1 0 0 } DirectionalLight { on TRUE intensity 0.4 direction 1 0 0 } Separator { # brown cone, translated along the negative Y axis Translation { translation 0 -2 0 } Material { emissiveColor 1 0.6 0.44 } Cone { height 2 bottomRadius 0.5 } } Separator { # blue cone, rotated 90 degrees on the Z axis Rotation { rotation 0 0 1 1.57 } Material { emissiveColor 0.4 0 1 } Cone { height 2 bottomRadius 0.5 } } }