| Package | Description |
|---|---|
| com.io7m.r2.meshes |
Common mesh types.
|
| com.io7m.r2.meshes.tools |
Mesh conversion tools.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
R2MeshBasicType
The type of basic meshes.
|
interface |
R2MeshTangentsType
The type of meshes with tangents.
|
| Modifier and Type | Class and Description |
|---|---|
class |
R2MeshBasic
The default implementation of the
R2MeshBasicType interface. |
class |
R2MeshTangents
The default implementation of the
R2MeshTangentsType interface. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,R2MeshType> |
R2MeshConverterType.getMeshes() |
Map<String,R2MeshType> |
R2MeshConverter.getMeshes() |
| Modifier and Type | Method and Description |
|---|---|
void |
R2MeshConverterListenerType.onMeshLoaded(Path p,
String name,
R2MeshType m)
Called when a mesh is loaded.
|
Copyright © 2016 <code@io7m.com> http://io7m.com