public class STLLoader extends Object
| Modifier and Type | Method and Description |
|---|---|
static Map<String,CustomMesh> |
load(String stlfile)
Load the specified stl file and returns the result as a hash map, mapping
the object names to the corresponding
CustomMesh objects. |
public static Map<String,CustomMesh> load(String stlfile) throws IOException
CustomMesh objects.IOExceptionCopyright © 2015–2021 Fiji. All rights reserved.