use of org.sunflow.system.SearchPath in project joons-renderer by joonhyublee.
the class SunflowAPI method reset.
@Override
public final void reset() {
scene = new Scene();
includeSearchPath = new SearchPath("include");
textureSearchPath = new SearchPath("texture");
parameterList = new ParameterList();
renderObjects = new RenderObjectMap();
currentFrame = 1;
}
Aggregations