public class MeshLoader extends Object
Constructor and Description |
---|
MeshLoader() |
Modifier and Type | Method and Description |
---|---|
static Map<String,CustomMesh> |
load(String file) |
static Map<String,CustomMesh> |
loadDXF(String file) |
static Map<String,CustomMesh> |
loadSTL(String file) |
static Map<String,CustomMesh> |
loadWavefront(String file) |
public static Map<String,CustomMesh> load(String file)
public static Map<String,CustomMesh> loadWavefront(String file)
public static Map<String,CustomMesh> loadDXF(String file)
public static Map<String,CustomMesh> loadSTL(String file)
Copyright © 2015–2021 Fiji. All rights reserved.