Class VrmlModelParser



    Purpose

    To parse a wrl file to get a 3D model.

    Functionality

    a wrl file has a lot of information about the 3D model, but VrmlModelParser only parses and gets the vertices and edges of it, and then store the model in a VrmlModel3D.

    Structure

    VrmlModelParser has a variable model of type VrmlModel3D to store the 3D model.

    See also

    VrmlModel3D




    [Go to Class Index Table] [Go back to Program Architecture Diagram]
    [Source Code of VrmlModelParser.java]