| Package | Description |
|---|---|
| com.io7m.r2.meshes |
Common mesh types.
|
| com.io7m.r2.meshes.obj |
OBJ format importer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
R2MeshBasic
The default implementation of the
R2MeshBasicType interface. |
| Modifier and Type | Method and Description |
|---|---|
R2MeshBasicType |
R2MeshBasicBuilderType.build() |
| Modifier and Type | Method and Description |
|---|---|
static R2MeshTangentsType |
R2MeshTangents.generateTangents(R2MeshBasicType in_m)
Generate tangent and bitangent vectors for the given mesh.
|
| Modifier and Type | Method and Description |
|---|---|
<A,E extends Exception> |
R2MeshType.matchMesh(com.io7m.jfunctional.PartialFunctionType<R2MeshBasicType,A,E> on_basic,
com.io7m.jfunctional.PartialFunctionType<R2MeshTangentsType,A,E> on_tangents)
Match a mesh type.
|
default <A,E extends Exception> |
R2MeshTangentsType.matchMesh(com.io7m.jfunctional.PartialFunctionType<R2MeshBasicType,A,E> on_basic,
com.io7m.jfunctional.PartialFunctionType<R2MeshTangentsType,A,E> on_tangents) |
default <A,E extends Exception> |
R2MeshBasicType.matchMesh(com.io7m.jfunctional.PartialFunctionType<R2MeshBasicType,A,E> on_basic,
com.io7m.jfunctional.PartialFunctionType<R2MeshTangentsType,A,E> on_tangents) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,R2MeshBasicType> |
R2ObjMeshImporterType.loadMeshesFromStream(Optional<Path> p,
InputStream s,
R2ObjMeshErrorListenerType error)
Load all meshes from the given stream.
|
Map<String,R2MeshBasicType> |
R2ObjMeshImporter.loadMeshesFromStream(Optional<Path> path,
InputStream s,
R2ObjMeshErrorListenerType error) |
Copyright © 2016 <code@io7m.com> http://io7m.com