public interface R2MeshConverterType
| Modifier and Type | Method and Description |
|---|---|
Map<String,R2MeshType> |
getMeshes() |
void |
loadMeshesFromFile(Path p,
R2MeshFileFormat fmt)
Load all meshes from the given file.
|
void |
loadMeshesFromFileInferred(Path p)
Load all meshes from the given file.
|
void |
writeMeshToFile(Path p,
String name,
R2MeshFileFormat fmt)
Write the named mesh to the given file.
|
void |
writeMeshToFileInferred(Path p,
String name)
Write the named mesh to the given file.
|
void loadMeshesFromFile(Path p, R2MeshFileFormat fmt)
p - The filefmt - The mesh formatvoid loadMeshesFromFileInferred(Path p)
p - The fileMap<String,R2MeshType> getMeshes()
void writeMeshToFile(Path p, String name, R2MeshFileFormat fmt)
p - The filename - The mesh name (not used for all formats)fmt - The mesh formatCopyright © 2016 <code@io7m.com> http://io7m.com