<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.1//EN" "http://www.web3d.org/specifications/x3d-3.1.dtd">
<X3D profile='Immersive' version='3.1' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='http://www.web3d.org/specifications/x3d-3.1.xsd'>
  <head>
    <meta content='Anchor.x3d' name='title'/>
    <meta content='Anchor example using the Kelp Forest world.' name='description'/>
    <meta content='Leonard Daly and Don Brutzman' name='creator'/>
    <meta content='14 November 2005' name='created'/>
    <meta content='14 February 2007' name='modified'/>
    <meta content='Show Anchor link to Monterey Bay Aquarium web site for Kelp Forest exhibit' name='reference'/>
    <meta content='http://www.mbayaq.org/efc/kelp.asp' name='reference'/>
    <meta content='http://www.web3d.org/x3d/content/examples/X3dResources.html' name='reference'/>
    <meta content='Copyright (c) 2005, Daly Realism &amp; Don Brutzman' name='rights'/>
    <meta content='X3D book, X3D graphics, X3D-Edit, http://www.x3dGraphics.com' name='subject'/>
    <meta content='http://X3dGraphics.com/examples/X3dForWebAuthors/Chapter04-ViewingNavigation/Anchor.x3d' name='identifier'/>
    <meta content='X3D-Edit, https://savage.nps.edu/X3D-Edit' name='generator'/>
    <meta content='../license.html' name='license'/>
  </head>
  <Scene>
    <Transform translation='0 8 30'>
      <Viewpoint description='view Anchor text' position='0 -1 12'/>
      <Anchor DEF='AnchorExample' description='Aquarium Exhibit Web Site' parameter='target=_blank' url='http://www.mbayaq.org/efc/kelp.asp'>
        <Shape>
          <Text string='"Click orange text for" "Monterey Bay Aquarium" "kelp forest web site"'>
            <FontStyle justify='"MIDDLE" "MIDDLE"' size='0.6'/>
          </Text>
          <Appearance>
            <Material DEF='Autumn11' ambientIntensity='0.25641' diffuseColor='0.795918 0.273554 0.006861' shininess='1' specularColor='0.48655 0.319155 0.444036'/>
          </Appearance>
        </Shape>
        <!-- Add transparent geometry over the text to make clicking (i.e. Anchor selection) easier -->
        <Shape>
          <Box size='6 2 0.02'/>
          <Appearance>
            <Material transparency='1'/>
          </Appearance>
        </Shape>
      </Anchor>
    </Transform>
    <Inline url='"../KelpForestExhibit/KelpForestMain.x3d" "../KelpForestExhibit/KelpForestMain.wrl" "http://X3dGraphics.com/examples/X3dForWebAuthors/KelpForestExhibit/KelpForestMain.x3d" "http://X3dGraphics.com/examples/X3dForWebAuthors/KelpForestExhibit/KelpForestMain.wrl"'/>
  </Scene>
</X3D>