{ "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":"MissileExplosionExample.x3d"
          },
          {
            "@name":"description",
            "@content":"Simple prototype for a missile explosion resulting from a Harpoon strike."
          },
          {
            "@name":"creator",
            "@content":"James Harney"
          },
          {
            "@name":"created",
            "@content":"13 October 2002"
          },
          {
            "@name":"modified",
            "@content":"28 November 2019"
          },
          {
            "@name":"warning",
            "@content":"not working"
          },
          {
            "@name":"reference",
            "@content":"http://www.planetnine.com"
          },
          {
            "@name":"reference",
            "@content":"http://www.specialoperations.com/multimedia/sounds.html"
          },
          {
            "@name":"reference",
            "@content":"See url \"soundpermissions.html\" for copyright info and use on missile1.au and exp03.au that are converted to missile1.wav and exp03.wav for use in this file/model"
          },
          {
            "@name":"accessRights",
            "@content":"soundpermissions.html"
          },
          {
            "@name":"reference",
            "@content":"explosion.png"
          },
          {
            "@name":"identifier",
            "@content":"https://www.web3d.org/x3d/content/examples/Savage/Weapons/Missiles/MissileExplosionExample.x3d"
          },
          {
            "@name":"generator",
            "@content":"X3D-Edit 3.2, https://www.web3d.org/x3d/tools/X3D-Edit"
          },
          {
            "@name":"license",
            "@content":"../../license.html"
          },
          {
            "@name":"translated",
            "@content":"26 March 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":"MissileExplosionExample.x3d"
            }
          },
          { "ExternProtoDeclare":
            {
              "@name":"ASMEXPLOSION",
              "@url":["MissileExplosionPrototype.wrl#ASMEXPLOSION","../../Weapons/Missiles/MissileExplosionPrototype.wrl#ASMEXPLOSION","https://www.web3d.org/x3d/content/examples/Savage/Weapons/Missiles/MissileExplosionPrototype.wrl#ASMEXPLOSION","MissileExplosionPrototype.x3d#ASMEXPLOSION","../../Weapons/Missiles/MissileExplosionPrototype.x3d#ASMEXPLOSION","https://www.web3d.org/x3d/content/examples/Savage/Weapons/Missiles/MissileExplosionPrototype.x3d#ASMEXPLOSION"],
              "field": [
                {
                  "@name":"STARTEXPLOSION",
                  "@accessType":"inputOnly",
                  "@type":"SFBool"
                },
                {
                  "@name":"THETIME",
                  "@accessType":"inputOnly",
                  "@type":"SFTime"
                }
              ]
            }
          },
          { "Background":
            {
              "@skyColor":[0.604,0.753,0.804]
            }
          },
          { "ProtoInstance":
            {
              "@name":"ASMEXPLOSION",
              "@DEF":"Boom"
            }
          },
          { "TimeSensor":
            {
              "@DEF":"Timer",
              "@cycleInterval":10,
              "@loop":true
            }
          },
          { "ROUTE":
            {
              "@fromField":"cycleTime",
              "@fromNode":"Timer",
              "@toField":"THETIME",
              "@toNode":"Boom"
            }
          },
          { "ROUTE":
            {
              "@fromField":"isActive",
              "@fromNode":"Timer",
              "@toField":"STARTEXPLOSION",
              "@toNode":"Boom"
            }
          }
        ]
    }
  }
}