sceneapitest: Demo showing SceneManager's capability

This directory contains the java source files in the subdirectory "JavaFiles", along 
with the script files used to build the demo. The demo shows the following
capability of MPEGJ Scene API:

1. Translation of Transform2D node
2. Change of fields' value of Shape node

Java files containing in the JavaFiles direcotry are slightly modified version of the
sample codes in Annex T of N3054

To build the demo:
	1. run make.bat
	   a) which compile all the java files in the JavaFiles direcotry
	   b) make JavaStreamHeader
	   c) invoke BIFS encoder and muxer

	2. add JavaFiles directory(%MPEGJ_HOME%\samples\SceneAPITest\JavaFiles) 
	   to CLASSPATH( only SceneExample class is muxed into the bitstream 
	   and other classes are loaded from the file system)

	3. Run IM1Player and load sceneapitest.trif file which is generated from
	   the step 1

	


