Interface SceneParser

    • Method Detail

      • parse

        boolean parse​(java.lang.String filename,
                      SunflowAPIInterface api)
        Parse the specified file to create a scene description into the provided SunflowAPI object.
        Parameters:
        filename - filename to parse
        api - scene to parse the file into
        Returns:
        true upon sucess, or false if errors have occured.