#VRML V2.0 utf8 WorldInfo { title "Dynamite Product Demo" info "By vr0307" } NavigationInfo { type "EXAMINE" } Background { skyColor 1 0.75 0 } EXTERNPROTO dynamite_stick [ exposedField SFVec3f translation exposedField SFVec3f scale exposedField SFRotation rotation ] "dynamite_stick.wrl" EXTERNPROTO clock [ exposedField SFVec3f translation exposedField SFVec3f scale exposedField SFRotation rotation ] "clock.wrl" Transform { rotation 1 0 0 1.57 children [ dynamite_stick { translation 0 0 0 scale 1 1 1 rotation 0 0 0 0 } dynamite_stick { translation 1 0 0 scale 1 1 1 rotation 0 0 0 0 } dynamite_stick { translation 2 0 0 scale 1 1 1 rotation 0 0 0 0 } dynamite_stick { translation 0.5 0 -0.8 scale 1 1 1 rotation 0 0 0 0 } dynamite_stick { translation 1.5 0 -0.8 scale 1 1 1 rotation 0 0 0 0 } dynamite_stick { translation 1 0 -1.6 scale 1 1 1 rotation 0 0 0 0 } ] } Transform { children [ clock { translation 2.25 1.3 0 scale .4 .4 .4 rotation -0.26 0.93 0.26 1.64 } ] }