Uses of Interface
org.sunflow.SunflowAPIInterface
Packages that use SunflowAPIInterface
-
Uses of SunflowAPIInterface in org.sunflow
Classes in org.sunflow that implement SunflowAPIInterfaceModifier and TypeClassDescriptionclass
class
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 SunflowAPIInterfaceModifier and TypeMethodDescriptionboolean
SceneParser.parse
(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 SunflowAPIInterfaceModifier and TypeMethodDescriptionboolean
RA2Parser.parse
(String filename, SunflowAPIInterface api) boolean
RA3Parser.parse
(String filename, SunflowAPIInterface api) boolean
SCAbstractParser.parse
(String filename, SunflowAPIInterface api) boolean
SCParser.parse
(String filename, SunflowAPIInterface api) boolean
ShaveRibParser.parse
(String filename, SunflowAPIInterface api) boolean
TriParser.parse
(String filename, SunflowAPIInterface api)