~holger-seelig/titania-library/trunk

« back to all changes in this revision

Viewing changes to Components/Geometry2D/TriangleSet2D/TriangleSet2D.x3dv

  • 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
#X3D V3.3 utf8 Titania V3.0.4
 
2
 
 
3
PROFILE Full
 
4
 
 
5
META "comment" "World of Titania"
 
6
 
 
7
Background {
 
8
  skyAngle 1.5708
 
9
  skyColor [ 0.1 0.1 0.1, 0.3 0.3 0.3 ]
 
10
  groundAngle 1.5708
 
11
  groundColor [ 0.1 0.1 0.1, 0.3 0.3 0.3 ]
 
12
}
 
13
 
 
14
Viewpoint {
 
15
  description "Initial View"
 
16
  position 0 0 3.4142
 
17
}
 
18
 
 
19
DEF TriangleSet2D Transform {
 
20
  children Shape {
 
21
    appearance Appearance {
 
22
      material DEF Santafe22 Material {
 
23
        ambientIntensity 0.0791511
 
24
        diffuseColor 0.322063 0.156723 0.0820722
 
25
        specularColor 0.296891 0.0591278 0.016358
 
26
        shininess 0.0319149
 
27
      }
 
28
    }
 
29
    geometry TriangleSet2D {
 
30
      vertices [ 2 0.5, 1.5 1.25, 0 0, 0 0, -0.5 -0.5, 1 -1, -2 -0.25, 0 0, -1.25 1 ]
 
31
    }
 
32
  }
 
33
}