| Package | Description |
|---|---|
| com.io7m.r2.meshes |
Common mesh types.
|
| com.io7m.r2.meshes.arrayobject |
Functions for producing array objects from mesh parsers.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
R2MeshParserInterleavedListenerType
The type of mesh parser listeners that deliver interleaved data to
consumers.
|
interface |
R2MeshTangentsAdapterType
The type of mesh parser listener adapters that produce values of type
R2MeshTangentsType on successful parse completions. |
| Modifier and Type | Class and Description |
|---|---|
class |
R2MeshTangentsAdapter
An implementation of the
R2MeshParserInterleavedListenerType
interface that produces a value of type R2MeshTangentsType after
parsing has completed. |
| Modifier and Type | Method and Description |
|---|---|
static R2MeshTangentsAdapterType |
R2MeshTangentsAdapter.newAdapter(R2ErrorConsumerType in_error) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
R2MeshArrayObjectSynchronousAdapterType
The type of synchronous adapters that accept mesh data from a parser and
construct buffers on the GPU.
|
| Modifier and Type | Class and Description |
|---|---|
class |
R2MeshArrayObjectSynchronousAdapter
The default implementation of the
R2MeshArrayObjectSynchronousAdapterType
interface. |
Copyright © 2016 <code@io7m.com> http://io7m.com