Package org.sunflow.core.parser
Class ShaveRibParser
java.lang.Object
org.sunflow.core.parser.ShaveRibParser
- All Implemented Interfaces:
SceneParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanparse(String filename, SunflowAPIInterface api) Parse the specified file to create a scene description into the providedSunflowAPIobject.
-
Constructor Details
-
ShaveRibParser
public ShaveRibParser()
-
-
Method Details
-
parse
Description copied from interface:SceneParserParse the specified file to create a scene description into the providedSunflowAPIobject.- Specified by:
parsein interfaceSceneParser- Parameters:
filename- filename to parseapi- scene to parse the file into- Returns:
trueupon sucess, orfalseif errors have occured.
-