| Package | Description |
|---|---|
| com.io7m.r2.meshes.tools |
Mesh conversion tools.
|
| Modifier and Type | Method and Description |
|---|---|
R2MeshFileFormat |
R2MeshFileFormatNameConverter.convert(String value) |
static R2MeshFileFormat |
R2MeshFileFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static R2MeshFileFormat[] |
R2MeshFileFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
R2MeshConverterType.loadMeshesFromFile(Path p,
R2MeshFileFormat fmt)
Load all meshes from the given file.
|
void |
R2MeshConverter.loadMeshesFromFile(Path p,
R2MeshFileFormat fmt) |
void |
R2MeshConverterType.writeMeshToFile(Path p,
String name,
R2MeshFileFormat fmt)
Write the named mesh to the given file.
|
void |
R2MeshConverter.writeMeshToFile(Path p,
String name,
R2MeshFileFormat fmt) |
Copyright © 2016 <code@io7m.com> http://io7m.com