#VRML V2.0 utf8 WorldInfo { title "Rifle Product Demo" info "By vr0307" } NavigationInfo { type "EXAMINE" } Background { skyColor 1 0.75 0 } EXTERNPROTO logo [ exposedField SFVec3f translation exposedField SFVec3f scale exposedField SFRotation rotation ][ "../logo/logo.wrl" ] EXTERNPROTO rifle_grip [ exposedField SFVec3f translation exposedField SFVec3f scale exposedField SFRotation rotation ][ "rifle_grip.wrl" ] EXTERNPROTO rifle_body [ exposedField SFVec3f translation exposedField SFVec3f scale exposedField SFRotation rotation ][ "rifle_body.wrl" ] EXTERNPROTO rifle_trigger [ exposedField SFVec3f translation exposedField SFVec3f scale exposedField SFRotation rotation ][ "rifle_trigger.wrl" ] EXTERNPROTO rifle_hammer [ exposedField SFVec3f translation exposedField SFVec3f scale exposedField SFRotation rotation ][ "rifle_hammer.wrl" ] Transform{ children [ rifle_grip { translation -35 -7.8 0 scale 1 1 1 rotation 0 0 0 0 } rifle_body { } rifle_hammer { translation -26.5 2.2 0 rotation 0 0 1 -.5 } rifle_trigger { translation -25 -3 0 } ] } logo { translation 10 -5 0 }