Beispiel #1
0
 /**
  * Reset the state of the API completely. The object table is cleared, and
  * all search paths areset back to their default values.
  */
 public void reset()
 {
     scene = new Scene();
     includeSearchPath = new SearchPath("include");
     textureSearchPath = new SearchPath("texture");
     parameterList = new ParameterList();
     renderObjects = new RenderObjectMap();
     currentFrame = 1;
 }