{ "X3D": {
    "encoding":"UTF-8",
    "@profile":"Immersive",
    "@version":"3.0",
    "@xsd:noNamespaceSchemaLocation":"https://www.web3d.org/specifications/x3d-3.0.xsd",
    "JSON schema":"https://www.web3d.org/specifications/x3d-4.0-JSONSchema.autogenerated.json",
    "head": {
        "meta": [
          {
            "@name":"title",
            "@content":"M993CarrierVehicle.x3d"
          },
          {
            "@name":"description",
            "@content":"Carrier Vehicle for MLRS 270"
          },
          {
            "@name":"created",
            "@content":"25 January 2004"
          },
          {
            "@name":"modified",
            "@content":"20 October 2019"
          },
          {
            "@name":"creator",
            "@content":"Suat Kursat GUN"
          },
          {
            "@name":"identifier",
            "@content":"https://www.web3d.org/x3d/content/examples/Savage/GroundVehicles/MLRS270/M993CarrierVehicle.x3d"
          },
          {
            "@name":"generator",
            "@content":"X3D-Edit 3.2, https://www.web3d.org/x3d/tools/X3D-Edit"
          },
          {
            "@name":"license",
            "@content":"../../license.html"
          },
          {
            "@name":"translated",
            "@content":"21 April 2026"
          },
          {
            "@name":"generator",
            "@content":"X3dToJson.xslt, https://www.web3d.org/x3d/stylesheets/X3dToJson.html"
          },
          {
            "@name":"reference",
            "@content":"X3D JSON encoding: https://www.web3d.org/wiki/index.php/X3D_JSON_Encoding"
          }
        ]
    },
    "Scene": {
        "-children":[
          { "WorldInfo":
            {
              "@title":"M993CarrierVehicle.x3d"
            }
          },
          { "Background":
            {
              "@groundAngle":[1.309,1.570796],
              "@groundColor":[0.1,0.1,0,0.4,0.25,0.2,0.6,0.6,0.6],
              "@skyAngle":[1.309,1.571],
              "@skyColor":[0,0.2,0.7,0,0.5,1,1,1,1]
            }
          },
          { "ExternProtoDeclare":
            {
              "@name":"ArbitraryAxisCylinderSensor",
              "@appinfo":"Modified CylinderSensor with children nodes oriented about an arbitrary axis. Warning: ArbitraryAxisCylinderSensor affects children, not peers.",
              "@url":["../../../Savage/Tools/Animation/ArbitraryAxisCylinderSensorPrototype.x3d#ArbitraryAxisCylinderSensor","https://www.web3d.org/x3d/content/examples/Savage/Tools/Animation/ArbitraryAxisCylinderSensorPrototype.x3d#ArbitraryAxisCylinderSensor","../../../Savage/Tools/Animation/ArbitraryAxisCylinderSensorPrototype.wrl#ArbitraryAxisCylinderSensor","https://www.web3d.org/x3d/content/examples/Savage/Tools/Animation/ArbitraryAxisCylinderSensorPrototype.wrl#ArbitraryAxisCylinderSensor"],
              "field": [
                {
                  "@name":"shiftRotationAxis",
                  "@accessType":"initializeOnly",
                  "@appinfo":"shifted axis of rotation from local vertical, default 1 0 0 0",
                  "@type":"SFRotation"
                },
                {
                  "@name":"center",
                  "@accessType":"initializeOnly",
                  "@appinfo":"local center for axis of rotation, default 0 0 0",
                  "@type":"SFVec3f"
                },
                {
                  "@name":"showCylinderSensorShape",
                  "@accessType":"initializeOnly",
                  "@appinfo":"whether to show visualization shape to show orientation and cylindrical mapping of mouse movements by sensor, default true",
                  "@type":"SFBool"
                },
                {
                  "@name":"scaleCylinderSensorShape",
                  "@accessType":"inputOutput",
                  "@appinfo":"scale for visualization shape, default 1 1 1",
                  "@type":"SFVec3f"
                },
                {
                  "@name":"colorCylinderSensorShape",
                  "@accessType":"inputOutput",
                  "@appinfo":"color for visualization shape, default 0.9 0.9 0.4",
                  "@type":"SFColor"
                },
                {
                  "@name":"transparencyCylinderSensorShape",
                  "@accessType":"inputOutput",
                  "@appinfo":"transparency for visualization shape",
                  "@type":"SFFloat"
                },
                {
                  "@name":"children",
                  "@accessType":"inputOutput",
                  "@appinfo":"children nodes affected by ArbitraryAxisCylinderSensor",
                  "@type":"MFNode"
                },
                {
                  "@name":"autoOffset",
                  "@accessType":"inputOutput",
                  "@appinfo":"determines whether previous offset values are remembered/accumulated, default true",
                  "@type":"SFBool"
                },
                {
                  "@name":"description",
                  "@accessType":"inputOutput",
                  "@appinfo":"Text tooltip displayed for user interaction",
                  "@type":"SFString"
                },
                {
                  "@name":"diskAngle",
                  "@accessType":"inputOutput",
                  "@appinfo":"diskAngle 0 forces disk-like behavior, diskAngle 1.57 (90 degrees) forces cylinder-like behavior, default 0.262, range [0,pi/2]",
                  "@type":"SFFloat"
                },
                {
                  "@name":"enabled",
                  "@accessType":"inputOutput",
                  "@appinfo":"enables/disables node operation, default true",
                  "@type":"SFBool"
                },
                {
                  "@name":"minAngle",
                  "@accessType":"inputOutput",
                  "@appinfo":"clamps rotation_changed events, default 0, range [-2pi,2pi]",
                  "@type":"SFFloat"
                },
                {
                  "@name":"maxAngle",
                  "@accessType":"inputOutput",
                  "@appinfo":"clamps rotation_changed events, default -1, range [-2pi,2pi]",
                  "@type":"SFFloat"
                },
                {
                  "@name":"offset",
                  "@accessType":"initializeOnly",
                  "@appinfo":"sends event and remembers last value sensed, default 0, range (-infinity,infinity)",
                  "@type":"SFFloat"
                },
                {
                  "@name":"isActive",
                  "@accessType":"outputOnly",
                  "@appinfo":"output event isActive=true when primary mouse button is pressed, output event isActive=false when released.",
                  "@type":"SFBool"
                },
                {
                  "@name":"rotation_changed",
                  "@accessType":"outputOnly",
                  "@appinfo":"rotation_changed events equal sum of relative bearing changes plus offset value about Y-axis in local coordinate system",
                  "@type":"SFRotation"
                },
                {
                  "@name":"trackPoint_changed",
                  "@accessType":"outputOnly",
                  "@appinfo":"trackPoint_changed events give intersection point of bearing with sensor's virtual geometry",
                  "@type":"SFVec3f"
                }
              ]
            }
          },
          { "Transform":
            {
              "@DEF":"CarrierVehicle",
              "-children":[
                { "Transform":
                  {
                    "@DEF":"MlrsChassis",
                    "-children":[
                      { "Inline":
                        {
                          "@url":["MlrsChassis.x3d","MlrsChassis.wrl","https://www.web3d.org/x3d/content/examples/Savage/GroundVehicles/MLRS270/MlrsChassis.wrl"]
                        }
                      }
                    ]
                  }
                },
                { "Transform":
                  {
                    "@DEF":"TRACKS",
                    "-children":[
                      { "Transform":
                        {
                          "@DEF":"LEFT_SIDE_TRACK",
                          "@scale":[1.65,1.5,1.25],
                          "@translation":[0.4,-1.75,0.125],
                          "-children":[
                            { "Inline":
                              {
                                "@DEF":"MLRS_TRACKS",
                                "@url":["MlrsTracks.x3d","MlrsTracks.wrl","https://www.web3d.org/x3d/content/examples/Savage/GroundVehicles/MLRS270/MlrsTracks.wrl"]
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@DEF":"RIGHT_SIDE_TRACK",
                          "@translation":[0,0,-3.275],
                          "-children":[
                            { "Transform":
                              {
                                "@USE":"LEFT_SIDE_TRACK"
                              }
                            }
                          ]
                        }
                      }
                    ]
                  }
                }
              ]
            }
          }
        ]
    }
  }
}