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 } } } ] } OrderedGroup { children [ Background2D { backColor 1 1 1 } WorldInfo { info ["This shows script timestamp value" "" "GPAC Regression Tests" "(C) 2002-2004 GPAC Team"] title "Script timing test" } Transform2D { translation -150 0 children [ Shape { appearance Appearance { material Material2D { emissiveColor 0 0 0 filled TRUE } } geometry DEF TEXT Text { string [""] fontStyle FontStyle { family ["SANS"] justify ["BEGIN" "MIDDLE"] size 20 } } } ] } DEF TS TimeSensor { cycleInterval 0.2 loop TRUE } DEF SCRIPT Script { eventIn SFTime act field SFNode n USE TEXT url ["javascript: function act(value, timestamp) {n.string[0] = 'EventIn Value: ' + value;n.string[1] = 'Script Timestamp: ' + timestamp;n.string[2] = 'Diff: ' + (timestamp-value);}" ] } ] } ROUTE TS.cycleTime TO SCRIPT.act