org.sunflow.core.parser
Class TriParser
java.lang.Objectorg.sunflow.core.parser.TriParser
- SceneParser
public class TriParser
extends java.lang.Object
boolean | parse(String filename, SunflowAPI api)- Parse the specified file to create a scene description into the provided
SunflowAPI object.
|
parse
public boolean parse(String filename,
SunflowAPI api) Parse the specified file to create a scene description into the provided
SunflowAPI object.
- parse in interface SceneParser
filename - filename to parseapi - scene to parse the file into
true upon sucess, or false if
errors have occured.