Uses of Interface
org.sunflow.SunflowAPIInterface
-
Packages that use SunflowAPIInterface Package Description org.sunflow org.sunflow.core org.sunflow.core.parser -
-
Uses of SunflowAPIInterface in org.sunflow
Classes in org.sunflow that implement SunflowAPIInterface Modifier and Type Class Description classRealtimeBenchmarkclassSunflowAPIThis API gives a simple interface for creating scenes procedurally. -
Uses of SunflowAPIInterface in org.sunflow.core
Methods in org.sunflow.core with parameters of type SunflowAPIInterface Modifier and Type Method Description booleanSceneParser. parse(java.lang.String filename, SunflowAPIInterface api)Parse the specified file to create a scene description into the providedSunflowAPIobject. -
Uses of SunflowAPIInterface in org.sunflow.core.parser
Methods in org.sunflow.core.parser with parameters of type SunflowAPIInterface Modifier and Type Method Description booleanRA2Parser. parse(java.lang.String filename, SunflowAPIInterface api)booleanRA3Parser. parse(java.lang.String filename, SunflowAPIInterface api)booleanSCAbstractParser. parse(java.lang.String filename, SunflowAPIInterface api)booleanSCParser. parse(java.lang.String filename, SunflowAPIInterface api)booleanShaveRibParser. parse(java.lang.String filename, SunflowAPIInterface api)booleanTriParser. parse(java.lang.String filename, SunflowAPIInterface api)
-