| Package | Description |
|---|---|
| com.io7m.r2.meshes |
Common mesh types.
|
| com.io7m.r2.meshes.arrayobject |
Functions for producing array objects from mesh parsers.
|
| com.io7m.r2.meshes.binary |
Trivial binary mesh format.
|
| Modifier and Type | Interface and Description |
|---|---|
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 | 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. |
| Modifier and Type | Method and Description |
|---|---|
static R2MBReaderType |
R2MBMappedReader.newMappedReaderForFileChannel(FileChannel in_chan,
R2MeshParserInterleavedListenerType in_listener)
Create a new parser for the given file channel.
|
static R2MBReaderType |
R2MBUnmappedReader.newReader(ReadableByteChannel in_channel,
R2MeshParserInterleavedListenerType in_listener)
Construct a new reader from the given byte channel.
|
Copyright © 2016 <code@io7m.com> http://io7m.com