<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.3//EN" "https://www.web3d.org/specifications/x3d-3.3.dtd">
<X3D profile='Immersive' version='3.3' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-3.3.xsd'>
  <head>
    <meta content='NavigationInfoExample.x3d' name='title'/>
    <meta content='NavigationInfo override example for Kelp Forest world.' name='description'/>
    <meta content='Leonard Daly and Don Brutzman' name='creator'/>
    <meta content='14 November 2005' name='created'/>
    <meta content='14 June 2020' name='modified'/>
    <meta content='Contained Inline scene has profile Immersive' name='info'/>
    <meta content='https://X3dGraphics.com' name='reference'/>
    <meta content='https://www.web3d.org/x3d/content/examples/X3dResources.html' name='reference'/>
    <meta content='Copyright (c) 2005, Daly Realism and Don Brutzman' name='rights'/>
    <meta content='X3D book, X3D graphics, X3D-Edit, http://www.x3dGraphics.com' name='subject'/>
    <meta content='https://X3dGraphics.com/examples/X3dForWebAuthors/Chapter04ViewingNavigation/NavigationInfoExample.x3d' name='identifier'/>
    <meta content='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit' name='generator'/>
    <meta content='../license.html' name='license'/>
  </head>
  <Scene>
    <!-- Because these NavigationInfo nodes are here in the parent scene, the first one is bound at load time, and thus governs the active navigation modes -->
    <!-- Note that an author can control what choices a user has available, and initial type selected, while the user can select among navigation choices from available options -->
    <!-- Author TODO: Experiment by swapping order of these NavigationInfo nodes, first one is bound at load time -->
    <WorldInfo title='NavigationInfo.x3d'/>
    <NavigationInfo DEF='DEFAULT_EXAMINE_FIRST'/>
    <NavigationInfo DEF='FLY_FIRST' type='"FLY" "ANY"'/>
    <NavigationInfo DEF='SIT_TIGHT' type='"NONE"'/>
    <!-- Also note that this scene does not provide a way to select a different NavigationInfo node during run time -->
    <Inline url='"../HelloWorld.x3d" "https://X3dGraphics.com/examples/X3dForWebAuthors/HelloWorld.x3d" "../HelloWorld.wrl" "https://X3dGraphics.com/examples/X3dForWebAuthors/HelloWorld.wrl"'/>
  </Scene>
</X3D>