~holger-seelig/titania-library/trunk

« back to all changes in this revision

Viewing changes to Components/Geometry2D/Arc2D/Arc2D.x3d

  • Committer: Holger Seelig
  • Date: 2017-09-18 02:55:31 UTC
  • Revision ID: holger.seelig@yahoo.de-20170918025531-n60g34kd9bfs41t1
Updated prototypes.

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
    <meta name='comment' content='World of Titania'/>
 
6
  </head>
 
7
  <Scene>
 
8
    <Background
 
9
        skyAngle='1.5708'
 
10
        skyColor='0.1 0.1 0.1, 0.3 0.3 0.3'
 
11
        groundAngle='1.5708'
 
12
        groundColor='0.1 0.1 0.1, 0.3 0.3 0.3'/>
 
13
    <Viewpoint
 
14
        description='Initial View'
 
15
        position='0 0 3.08613'
 
16
        centerOfRotation='-0.0197983 -0.0453368 0'/>
 
17
    <Transform DEF='Arc2D'>
 
18
      <Shape>
 
19
        <Appearance>
 
20
          <LineProperties
 
21
              linewidthScaleFactor='4'/>
 
22
          <Material DEF='Tropical26'
 
23
              emissiveColor='0 0.521996 0.327569'/>
 
24
        </Appearance>
 
25
        <Arc2D
 
26
            startAngle='5.55'
 
27
            endAngle='3.88'/>
 
28
      </Shape>
 
29
    </Transform>
 
30
  </Scene>
 
31
</X3D>