Uses of Interface
org.sunflow.SunflowAPIInterface
Packages that use SunflowAPIInterface
-
Uses of SunflowAPIInterface in org.sunflow
Classes in org.sunflow that implement SunflowAPIInterfaceModifier and TypeClassDescriptionclassclassThis 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 TypeMethodDescriptionbooleanSceneParser.parse(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 SunflowAPIInterfaceModifier and TypeMethodDescriptionbooleanRA2Parser.parse(String filename, SunflowAPIInterface api) booleanRA3Parser.parse(String filename, SunflowAPIInterface api) booleanSCAbstractParser.parse(String filename, SunflowAPIInterface api) booleanSCParser.parse(String filename, SunflowAPIInterface api) booleanShaveRibParser.parse(String filename, SunflowAPIInterface api) booleanTriParser.parse(String filename, SunflowAPIInterface api)