Class ShaveRibParser

java.lang.Object
org.sunflow.core.parser.ShaveRibParser
All Implemented Interfaces:
SceneParser

public class ShaveRibParser extends Object implements SceneParser
  • Constructor Details

    • ShaveRibParser

      public ShaveRibParser()
  • Method Details

    • parse

      public boolean parse(String filename, SunflowAPIInterface api)
      Description copied from interface: SceneParser
      Parse the specified file to create a scene description into the provided SunflowAPI object.
      Specified by:
      parse in interface SceneParser
      Parameters:
      filename - filename to parse
      api - scene to parse the file into
      Returns:
      true upon sucess, or false if errors have occured.