<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "http://www.web3D.org/TaskGroups/x3d/translation/x3d-compromise.dtd"
                     "file://localhost/C:/www.web3D.org/TaskGroups/x3d/translation/x3d-compromise.dtd">
<X3D>
   <Header>
       <meta name='filename' content='hello.xml'/>
   </Header>
   <Scene>

      <Background
         skyColor='0 0 1'/>

      <Anchor
         description='Hello World'
         url='http://www.csv.ica.uni-stuttgart.de/vrml/vrml_csv.html'>
         <children>
            <Transform DEF='DREH'>
               <children>   
                  <Inline url='tux.wrl'/>
                  <Shape>
                     <geometry>
                        <Text string='Hello World'/>
                     </geometry>
                  </Shape>
               </children>
             </Transform>
          </children>
       </Anchor>

      <OrientationInterpolator
         DEF='DREHDATEN'
         key='0.0, 0.5, 1.0'
         keyValue='0.0 1.0 0.0 0.0,
                   0.0 1.0 0.0 3.14,
                   0.0 1.0 0.0 6.28'/>
      
      <TimeSensor
         DEF='ZEIT'
         cycleInterval='10.0'
         loop='true'/>
      
      <ROUTE
         fromNode='ZEIT'
         fromField='fraction_changed'
         toNode='DREHDATEN'
         toField='set_fraction'/>

      <ROUTE
         fromNode='DREHDATEN'
         fromField='value_changed'
         toNode='DREH'
         toField='set_rotation'/>

   </Scene>
</X3D>

