~ubuntu-branches/ubuntu/raring/gpac/raring

« back to all changes in this revision

Viewing changes to regression_tests/bifs-3D-positioning-billboard-viewer-alignment.bt

  • 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
InitialObjectDescriptor {
 
2
  objectDescriptorID 1
 
3
  ODProfileLevelIndication 0xFF
 
4
  sceneProfileLevelIndication 0xFE
 
5
  audioProfileLevelIndication 0xFF
 
6
  visualProfileLevelIndication 0xFF
 
7
  graphicsProfileLevelIndication 0xFE
 
8
 
 
9
  esdescr [
 
10
    ES_Descriptor {
 
11
      es_id 1
 
12
      decConfigDescr DecoderConfigDescriptor {
 
13
                                streamType 3
 
14
                                decSpecificInfo BIFSConfig {
 
15
                                  isCommandStream true
 
16
                                  pixelMetric false
 
17
                                  pixelWidth 400
 
18
                                  pixelHeight 300
 
19
                                }
 
20
      }
 
21
    }
 
22
  ]
 
23
}
 
24
 
 
25
Group { 
 
26
 children [
 
27
 
 
28
  WorldInfo {
 
29
   title "Billboard Test"
 
30
   info ["This shows a Billboard in viewer-align mode" "The green box coordinate system should onlyt be a translation of the viewer one" "" "GPAC Regression Tests" "(C) 2002-2004 GPAC Team"]
 
31
  }
 
32
        Viewpoint {position 0 0 10}
 
33
        NavigationInfo { type ["EXAMINE" "ANY"] }
 
34
  Billboard {
 
35
        axisOfRotation 0 0 0
 
36
        children [
 
37
     Shape {
 
38
        appearance Appearance {
 
39
                material DEF MAT Material {
 
40
                        diffuseColor  0 1 0
 
41
                        shininess 0.5
 
42
                }
 
43
        }
 
44
      geometry Box {size 0.5 0.5 0.5}
 
45
     }
 
46
    ]
 
47
  }
 
48
  Transform {
 
49
        translation -1 0 0
 
50
        children [
 
51
     Shape {
 
52
        appearance Appearance {
 
53
                material Material {
 
54
                        diffuseColor 1 0 0
 
55
                }
 
56
        }
 
57
      geometry Box {size 0.5 0.5 0.5}
 
58
     }
 
59
    ]
 
60
  }
 
61
 ]
 
62
}