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.