~holger-seelig/titania-library/trunk

« back to all changes in this revision

Viewing changes to Tests/Components/Geospatial/child1.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
 
2
 
 
3
DEF Child1 Transform {
 
4
  translation -1 0 1
 
5
  children Shape {
 
6
    appearance Appearance {
 
7
      material Material {
 
8
        diffuseColor 1 0 0
 
9
      }
 
10
    }
 
11
    geometry Box { }
 
12
  }
 
13
}