InitialObjectDescriptor { objectDescriptorID 1 ODProfileLevelIndication 0xFF sceneProfileLevelIndication 0xFE audioProfileLevelIndication 0xFF visualProfileLevelIndication 0xFF graphicsProfileLevelIndication 0xFE esdescr [ ES_Descriptor { es_id 1 decConfigDescr DecoderConfigDescriptor { streamType 3 decSpecificInfo BIFSConfig { isCommandStream true pixelMetric true pixelWidth 200 pixelHeight 200 } } } ] } Group { children [ WorldInfo { title "Box test" info ["This shows a 3D cube with transparency" "" "GPAC Regression Tests" "(C) 2002-2004 GPAC Team"] } Transform { translation 0 0 -50 children [ Shape { appearance Appearance { material Material { emissiveColor 1 0 1 diffuseColor 1 1 1 } } geometry Box {size 150 100 10} } ] } DEF TR Transform { translation -50 0 0 children [ Shape { appearance Appearance { material DEF MAT Material { diffuseColor 1 1 0 shininess 0.5 transparency 0.5 } } geometry Box {size 50 50 50} } ] } DEF TS TimeSensor { cycleInterval 2.0 loop TRUE } DEF OI OrientationInterpolator { key [0 0.5 1] keyValue [1 1 1 0, 1 1 1 3.14, 1 1 1 6.26] } ] } ROUTE TS.fraction_changed TO MAT.transparency ROUTE TS.fraction_changed TO OI.set_fraction ROUTE OI.value_changed TO TR.rotation