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) class
AsciiFileSunflowAPI
private class
Benchmark.BenchmarkScene
(package private) class
BinaryFileSunflowAPI
(package private) class
FileSunflowAPI
class
RealtimeBenchmark
class
SunflowAPI
This 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 boolean
SceneParser. parse(java.lang.String filename, SunflowAPIInterface api)
Parse the specified file to create a scene description into the providedSunflowAPI
object. -
Uses of SunflowAPIInterface in org.sunflow.core.parser
Methods in org.sunflow.core.parser with parameters of type SunflowAPIInterface Modifier and Type Method Description boolean
RA2Parser. parse(java.lang.String filename, SunflowAPIInterface api)
boolean
RA3Parser. parse(java.lang.String filename, SunflowAPIInterface api)
boolean
SCAbstractParser. parse(java.lang.String filename, SunflowAPIInterface api)
boolean
SCParser. parse(java.lang.String filename, SunflowAPIInterface api)
boolean
ShaveRibParser. parse(java.lang.String filename, SunflowAPIInterface api)
boolean
TriParser. parse(java.lang.String filename, SunflowAPIInterface api)
private void
SCParser. parseBackgroundBlock(SunflowAPIInterface api)
private void
SCParser. parseCamera(SunflowAPIInterface api)
private void
SCParser. parseCameraMatrix(int index, SunflowAPIInterface api)
private void
SCParser. parseCameraTransform(SunflowAPIInterface api)
private void
SCParser. parseFilter(SunflowAPIInterface api)
private void
SCParser. parseGIBlock(SunflowAPIInterface api)
private void
SCParser. parseImageBlock(SunflowAPIInterface api)
private void
SCParser. parseInstanceBlock(SunflowAPIInterface api)
private void
SCParser. parseLightBlock(SunflowAPIInterface api)
private void
SCParser. parseLightserverBlock(SunflowAPIInterface api)
private boolean
SCParser. parseModifier(SunflowAPIInterface api)
private void
SCParser. parseObjectBlock(SunflowAPIInterface api)
private void
SCAbstractParser. parseParameter(SunflowAPIInterface api)
private void
SCParser. parsePhotonBlock(SunflowAPIInterface api)
private boolean
SCParser. parseShader(SunflowAPIInterface api)
private void
SCParser. parseTraceBlock(SunflowAPIInterface api)
-