<?xml version="1.0" encoding="UTF-8"?>

<X3D version="3.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance" xsd:noNamespaceSchemaLocation="http://www.web3d.org/specifications/x3d-3.0.xsd" xmlns:slm="http://www.v-slam.org">

  <head>

  </head>

  <Scene>

    <Transform name='floor' translation="0 -1 8">

      <Shape>

        <plane slm:walkfloor="0" />

        <Appearance>

          <Material DEF='Podium' diffuseColor='0.1 0.4 0.1'/>

        </Appearance>

      </Shape>

    </Transform>

 

    <Transform translation='0 0.9 9' scale='0.03 0.03 0.03'>

      <Shape>

        <Text string='"Hello"' />

        <Appearance>

          <Material USE='MaterialText' diffuseColor='0.1 0.1 0.7'></Material>

        </Appearance>

      </Shape>

    </Transform>

 

    <Transform name='earth' rotation='0 1 0 3' translation='0 0.65 9' scale='0.3 0.3 0.3'>

      <Shape>

        <Sphere />

        <Appearance>

          <Material DEF='MaterialLightBlue' diffuseColor='0.1 0.5 1' emissiveColor='0 0 0.2' />

          <ImageTexture url='earth-topo.png' />

          <slm:Movement rotate='0 1 0'></slm:Movement>

        </Appearance>

      </Shape>

    </Transform>

 

    <Transform translation='0 6 0' slm:eulerrotation='20 0 0'>

      <directionalLight intensity='1' shadowIntensity='1' />

    </Transform>

 

  </Scene>

</X3D>