RA2Parser
, RA3Parser
, SCAbstractParser
, SCAsciiParser
, SCBinaryParser
, SCParser
, ShaveRibParser
, TriParser
public interface SceneParser
Modifier and Type | Method | Description |
---|---|---|
boolean |
parse(java.lang.String filename,
SunflowAPIInterface api) |
Parse the specified file to create a scene description into the provided
SunflowAPI object. |
boolean parse(java.lang.String filename, SunflowAPIInterface api)
SunflowAPI
object.filename
- filename to parseapi
- scene to parse the file intotrue
upon sucess, or false
if
errors have occured.