~holger-seelig/cobweb.js/trunk

« back to all changes in this revision

Viewing changes to tests/Components/Geospatial/YUp.x3d

  • Committer: Holger Seelig
  • Date: 2017-08-22 04:53:24 UTC
  • Revision ID: holger.seelig@yahoo.de-20170822045324-4of4xxgt79669gbt
Switched to npm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.3//EN" "http://www.web3d.org/specifications/x3d-3.3.dtd">
 
3
<X3D profile='Full' version='3.3' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='http://www.web3d.org/specifications/x3d-3.3.xsd'>
 
4
  <head>
 
5
    <unit category='angle' name='degree' conversionFactor='0.0174532925199432958'/>
 
6
    <meta name='comment' content='World of Titania'/>
 
7
    <meta name='created' content='Sun, 10 Apr 2016 01:48:21 GMT'/>
 
8
    <meta name='creator' content='Holger Seelig'/>
 
9
    <meta name='generator' content='Titania V1.4.1, http://titania.create3000.de'/>
 
10
    <meta name='identifier' content='file:///home/holger/Projekte/Cobweb/cobweb.js/tests/Components/Geospatial/GeoCoordinate.x3d'/>
 
11
    <meta name='modified' content='Sat, 16 Apr 2016 16:49:21 GMT'/>
 
12
  </head>
 
13
  <Scene>
 
14
    <Background groundColor='0.1 0.1 0.4' skyColor='0.1 0.1 0.4'/>
 
15
   <GeoViewpoint description='Initial GeoViewpoint' orientation='1 0 0 -1.57' position='35.0 -120.0 10000000' centerOfRotation='0 0 -6371000' containerField='children'>
 
16
      <GeoOrigin DEF='GO' geoSystem='"GD" "WE"' geoCoords='45 -80 0' rotateYUp='true'/>
 
17
    </GeoViewpoint>
 
18
   
 
19
    <Shape>
 
20
         <Appearance>
 
21
            <Material diffuseColor='0.7 0.1 0.3' />
 
22
         </Appearance>
 
23
         <Box size='100000 800000 200000' />
 
24
      </Shape>
 
25
 
 
26
    <Shape>
 
27
      <Appearance>
 
28
         <Material diffuseColor='0.3 1.0 0.3' transpareny='0.8' />
 
29
      </Appearance>
 
30
      <GeoElevationGrid geoGridOrigin='-90 -180 0' height='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3135 2976 2529 2135 3449 2899 3190 2375 0 0 3086 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 142 792 0 0 0 969 0 0 0 0 0 495 276 0 0 0 0 0 0 0 320 46 60 0 0 0 588 0 0 0 0 0 0 34 0 0 0 0 0 0 0 0 0 0 0 301 601 837 627 0 880 0 0 0 0 0 0 0 0 0 202 1 0 0 0 0 1241 385 6 582 468 215 5201 529 0 0 0 0 0 0 0 1304 427 365 374 0 0 0 1977 345 22 132 325 2072 1256 171 0 0 0 0 706 1896 464 134 0 0 2563 0 0 0 143 11 784 88 498 307 108 1707 0 0 0 0 0 0 0 600 378 1378 339 0 0 0 0 0 0 0 0 0 0 0' xDimension='21' xSpacing='18' yScale='20' zDimension='11' zSpacing='18'>
 
31
          <GeoOrigin USE='GO' />
 
32
      </GeoElevationGrid>
 
33
   </Shape>
 
34
   <Shape DEF="california_northing_first">
 
35
      <Appearance>
 
36
         <Material diffuseColor='0.9 0.0 0.0'/>
 
37
      </Appearance>
 
38
      <GeoElevationGrid geoSystem='"UTM" "Z10" "N" "northing_first"' geoGridOrigin='3600000 0 0' xDimension='2' xSpacing='400000' yScale='200' zDimension='2' zSpacing='500000' height='1000 1000 1000 1000 '>
 
39
        <GeoOrigin USE='GO' />
 
40
      </GeoElevationGrid>
 
41
    
 
42
   </Shape>
 
43
   <GeoTransform geoSystem='"UTM" "Z10" "N" "easting_first"' geoCenter='0 3600000 0' rotation='0 1 0 0.5' scale='1 2 3' translation='0 100000 200000'>
 
44
   <!--GeoTransform-->
 
45
      <Shape DEF="california_easting_first">
 
46
        <Appearance>
 
47
           <Material diffuseColor='0.0 0.0 0.9'/>
 
48
        </Appearance>
 
49
        <GeoElevationGrid geoSystem='"UTM" "Z10" "N" "easting_first"' geoGridOrigin='0 3600000 0' xDimension='2' xSpacing='400000' yScale='200' zDimension='2' zSpacing='500000' height='1000 1000 1000 1000 '>
 
50
          <GeoOrigin USE='GO' />
 
51
        </GeoElevationGrid>
 
52
      </Shape>
 
53
      <GeoOrigin USE='GO' />
 
54
   </GeoTransform>
 
55
  </Scene>
 
56
</X3D>