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 (package private) classAsciiFileSunflowAPIprivate classBenchmark.BenchmarkScene(package private) classBinaryFileSunflowAPI(package private) classFileSunflowAPIclassRealtimeBenchmarkclassSunflowAPIThis 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 booleanDAEParser. parse(java.lang.String filename, SunflowAPIInterface api)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)protected voidSCParser. parseBackgroundBlock(SunflowAPIInterface api)protected voidSCParser. parseCamera(SunflowAPIInterface api)protected voidSCParser. parseCameraMatrix(int index, SunflowAPIInterface api)protected voidSCParser. parseCameraTransform(SunflowAPIInterface api)protected voidSCParser. parseFilter(SunflowAPIInterface api)protected voidSCParser. parseGIBlock(SunflowAPIInterface api)protected voidSCParser. parseImageBlock(SunflowAPIInterface api)protected voidSCParser. parseInstanceBlock(SunflowAPIInterface api)protected voidSCParser. parseLightBlock(SunflowAPIInterface api)protected voidSCParser. parseLightserverBlock(SunflowAPIInterface api)protected booleanSCParser. parseModifier(SunflowAPIInterface api)protected booleanSCParser. parseNode(SunflowAPIInterface api)protected voidSCParser. parseObjectBlock(SunflowAPIInterface api)private voidSCAbstractParser. parseParameter(SunflowAPIInterface api)protected voidSCParser. parsePhotonBlock(SunflowAPIInterface api)protected booleanSCParser. parseShader(SunflowAPIInterface api)protected voidSCParser. parseTraceBlock(SunflowAPIInterface api)
-