~ubuntu-branches/ubuntu/utopic/gpac/utopic-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
InitialObjectDescriptor {
 objectDescriptorID 1
 audioProfileLevelIndication 255
 visualProfileLevelIndication 254
 sceneProfileLevelIndication 1
 graphicsProfileLevelIndication 1
 ODProfileLevelIndication 1
 esDescr [
  ES_Descriptor {
   ES_ID 1
   decConfigDescr DecoderConfigDescriptor {
    streamType 3
    decSpecificInfo BIFSConfig {
     isCommandStream true
     pixelMetric true
     pixelWidth 600
     pixelHeight 400
    }
   }
  }
 ]
}

PROTO GEOMETRY_PROTO [
 exposedField SFVec2f translation 0 0
 exposedField SFVec2f scale 1 1
 exposedField SFFloat rotation 0
 exposedField SFColor Color 1 1 1
 exposedField SFBool filled TRUE
 exposedField SFFloat transparency 0
 exposedField SFColor lineColor 0 0 0
 exposedField SFFloat lineWidth 0
 exposedField SFNode obj NULL
] {
 Transform2D {
  translation IS translation
  children [
   DEF S Shape {
    geometry IS obj
    appearance Appearance {
     material Material2D {
      emissiveColor IS Color
      filled IS filled
      transparency IS transparency
      lineProps LineProperties {
       lineColor IS lineColor
       width IS lineWidth
      }
     }
    }
   }
   Transform2D {
    translation -100 0
    children [
     USE S
    ]
   }
  ]
 }
}
PROTO GEO_PRO [
 exposedField SFVec2f translation 0 0
 exposedField SFNode obj NULL
] {
 Transform2D {
  translation IS translation
  children [
   DEF S Shape {
    geometry IS obj
    appearance Appearance {
     material Material2D {
      emissiveColor 0 0 0
      filled TRUE
     }
    }
   }
  ]
 }
}
OrderedGroup {
 children [
  Background2D {
   backColor 1 1 1
  }
  WorldInfo {
   info [
    "This file is used as a proto library by another file." 
    "GPAC Regression Tests" "$Date: 2007/07/27 09:46:09 $ - $Revision: 1.2 $" "(C) 2002-2004 GPAC Team"
    ]
    title "ExternProto Library File"
  }
  Shape {
   appearance Appearance { material Material2D { filled TRUE emissiveColor 0 0 0 } }
   geometry Text {
   string [
    "This file is used as a proto library by another file."
    "" 
    "GPAC Regression Tests" 
    "$Date: 2007/07/27 09:46:09 $ - $Revision: 1.2 $" 
    "(C) 2002-2004 GPAC Team"
    ]
    fontStyle FontStyle {
      size 25
      justify [ "MIDDLE" "MIDDLE" ]
    }
   }
  }
  ]
}