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 300 pixelHeight 300 } } } ] } OrderedGroup { children [ WorldInfo { info [ "This test shows a BIFS command replacing a node by the NULL node" "Initially, the scene has a white background but at 2s, the Background2D node is replaced by a NULL node. Since the Background2D node is not used anymore, it is deleted." "Replacing with a NULL node does not change the index of the following siblings." "" "GPAC Regression Tests" "(C) 2002-2006 GPAC Team" ] title "Node Replacement with a NULL node" } DEF BACK Background2D { backColor 1 1 1 } DEF TR Transform2D { scale 0.5 0.5 children [ Shape { appearance Appearance { material DEF MAT Material2D { emissiveColor 1 0 0 filled TRUE } } geometry IndexedFaceSet2D { coord DEF COORD Coordinate2D { point [-100 0 -50 100 50 100 100 0 50 -100 -50 -100] } } } ] } ] } AT 2000 { REPLACE BACK BY NULL }