Search in sources :

Example 1 with Scene

use of org.sunflow.core.Scene 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;
}
Also used : ParameterList(org.sunflow.core.ParameterList) SearchPath(org.sunflow.system.SearchPath) Scene(org.sunflow.core.Scene)

Aggregations

ParameterList (org.sunflow.core.ParameterList)1 Scene (org.sunflow.core.Scene)1 SearchPath (org.sunflow.system.SearchPath)1