Class VRML97Reader

java.lang.Object
org.web3d.vrml.parser.BaseReader
org.web3d.parser.vrml97.VRML97Reader
All Implemented Interfaces:
VRMLReader

public class VRML97Reader extends BaseReader
Implementation of a VRML97 reader that can be either strict or lenient in the parsing.

When requested to parse, the reader will open the stream and check to see that we have the right sort of parser. If the header does not contain "#VRML V2.0 utf8" then it will generate an exception.

This parser supports the following properties:

  • "conformance": ["weak", "strict"]. String values. Defaults to weak
Version:
$Revision: 1.4 $
Author:
Justin Couch