{ "X3D": {
    "encoding":"UTF-8",
    "@profile":"Immersive",
    "@version":"3.3",
    "@xsd:noNamespaceSchemaLocation":"https://www.web3d.org/specifications/x3d-3.3.xsd",
    "JSON schema":"https://www.web3d.org/specifications/x3d-4.0-JSONSchema.autogenerated.json",
    "head": {
        "meta": [
          {
            "@name":"title",
            "@content":"CircleFishExample.x3d"
          },
          {
            "@name":"description",
            "@content":"This is a circle fish using the CircleFish prototype. Fish size max width is 10 cm (X-axis) length is 1 m (Y-axis) max height is 1 m (Z-axis)"
          },
          {
            "@name":"creator",
            "@content":"Ildeniz Duman"
          },
          {
            "@name":"translator",
            "@content":"Scott Tufts"
          },
          {
            "@name":"created",
            "@content":"1 May 1998"
          },
          {
            "@name":"translated",
            "@content":"11 December 2001"
          },
          {
            "@name":"modified",
            "@content":"20 October 2019"
          },
          {
            "@name":"identifier",
            "@content":"https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/KelpForestExhibit/CircleFishExample.x3d"
          },
          {
            "@name":"generator",
            "@content":"X3D-Edit 3.3, https://www.web3d.org/x3d/tools/X3D-Edit"
          },
          {
            "@name":"license",
            "@content":"../license.html"
          },
          {
            "@name":"translated",
            "@content":"17 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":"CircleFishExample.x3d"
            }
          },
          { "ExternProtoDeclare":
            {
              "@name":"CircleFish",
              "@appinfo":"Simple model of a fish swimming in a circle",
              "@url":["CircleFishPrototype.x3d#CircleFish","https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/KelpForestExhibit/CircleFishPrototype.x3d#CircleFish","CircleFishPrototype.wrl#CircleFish","https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/KelpForestExhibit/CircleFishPrototype.wrl#CircleFish"],
              "field": [
                {
                  "@name":"skinTextureUrl",
                  "@accessType":"inputOutput",
                  "@type":"MFString"
                },
                {
                  "@name":"fishScale",
                  "@accessType":"inputOutput",
                  "@type":"SFVec3f"
                },
                {
                  "@name":"fishColor",
                  "@accessType":"inputOutput",
                  "@type":"SFColor"
                },
                {
                  "@name":"finColor",
                  "@accessType":"inputOutput",
                  "@type":"SFColor"
                },
                {
                  "@name":"positionKey",
                  "@accessType":"inputOutput",
                  "@type":"MFFloat"
                },
                {
                  "@name":"positionKeyValue",
                  "@accessType":"inputOutput",
                  "@type":"MFVec3f"
                },
                {
                  "@name":"orientationKey",
                  "@accessType":"inputOutput",
                  "@type":"MFFloat"
                },
                {
                  "@name":"orientationKeyValue",
                  "@accessType":"inputOutput",
                  "@type":"MFRotation"
                },
                {
                  "@name":"orbitTime",
                  "@accessType":"inputOutput",
                  "@type":"SFTime"
                }
              ]
            }
          },
          { "Viewpoint":
            {
              "@description":"Circle Fish"
            }
          },
          { "ProtoInstance":
            {
              "@name":"CircleFish",
              "-children":[
                {
                  "#comment":"fieldValue tags revise default values"
                }
              ],
              "fieldValue": [
                {
                  "@name":"skinTextureUrl",
                  "@value":["blue.jpg","https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/KelpForestExhibit/blue.jpg"]
                },
                {
                  "@name":"fishScale",
                  "@value":[1,0.5,1]
                },
                {
                  "@name":"finColor",
                  "@value":[0,0,1]
                },
                {
                  "@name":"positionKey",
                  "@value":[0,1]
                },
                {
                  "@name":"positionKeyValue",
                  "@value":[0,0,0,1,1,1]
                },
                {
                  "@name":"orbitTime",
                  "@value":10
                }
              ]
            }
          }
        ]
    }
  }
}