Skip to content

Add an optional strict mode for parsing #5

@vilya

Description

@vilya

The current parsing mode in minipbrt could be described as "semi-permissive". It will ignore any parameters that it doesn't recognise, but will return an error in other cases such as if it doesn't recognise a particular shape type.

Strict mode should return with an error if the input file contains any unrecognised or invalid data, instead of ignoring it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions