Loader for the STL (Stereolithography) file into Aviatrix3D.

File loaders are built over the top of the basic parsing framework defined in the {@link org.j3d.loaders.stl} package to handle the parsing.

Implementation Notes

The base STL reader does not have the concept of a separable file representation. The getRawModel() method will not return a valid object, regardless of the loader flag setting.

STL models do not contain layers or anything other than the basic triangle geometry.

Required Support JARS and packages