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