~ubuntu-branches/ubuntu/intrepid/gpac/intrepid-proposed

« back to all changes in this revision

Viewing changes to regression_tests/x3d-3D-IndexedTriangleStripSet.x3dv

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2007-01-24 23:34:57 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070124233457-zzlls8afkt0nyakj
Tags: 0.4.2~rc2-0ubuntu1
* New upstream release
  * Most notably MP4 tagging support via MP4Box -itags
* debian/patches/01_64bits.dpatch: dropped; included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#X3D V3.0
 
2
 
 
3
Group { 
 
4
 children [
 
5
  Viewpoint { position 0 0 2}
 
6
  WorldInfo {
 
7
   title "IndexedTriangleStripSet X3D test"
 
8
   info ["This shows a IndexedTriangleStripSet" "" "GPAC Regression Tests" "(C) 2002-2004 GPAC Team"]
 
9
  }
 
10
 
 
11
  Transform {
 
12
        children [
 
13
     Shape {
 
14
        appearance Appearance {
 
15
                                material Material { diffuseColor 1.0 0.0 0.0 }
 
16
        }
 
17
      geometry IndexedTriangleStripSet {
 
18
        color Color { color [1 0 0, 0 1 0, 0 0 1, 1 1 0, 1 0 1, 0 1 1, 1 1 1, 0.5 0.5 0] }
 
19
        coord Coordinate { point [0 0 0, 0 0.5 0, 0.3 0 0, 0.3 0.5 -0.5, 0.6 0.0 0, 0.6 0.5 0, 0.6 0.5 -0.5, 0.8 0.0 0] }
 
20
        solid FALSE
 
21
        ccw FALSE
 
22
        index [0 1 2 3 -1 4 5 6 7]
 
23
      }
 
24
     }
 
25
    ]
 
26
  }
 
27
 ]
 
28
}