public class STLLoader
extends java.lang.Object
| Constructor and Description |
|---|
STLLoader()
Instantiates a new STL loader.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Vector3d> |
parse(java.io.File f)
Parses the.
|
public java.util.ArrayList<Vector3d> parse(java.io.File f) throws java.io.IOException
f - the fjava.io.IOException - Signals that an I/O exception has occurred.