| Package | Description |
|---|---|
| com.io7m.r2.meshes.binary |
Trivial binary mesh format.
|
| Modifier and Type | Class and Description |
|---|---|
class |
R2MBMappedWriter
A memory-mapped implementation of the
R2MBWriterType interface. |
class |
R2MBUnmappedWriter
A mesh writer that writes data to a
WritableByteChannel. |
| Modifier and Type | Method and Description |
|---|---|
static R2MBWriterType |
R2MBUnmappedWriter.newWriterForOutputStream(OutputStream s,
R2MeshTangentsType m)
Construct a new writer for the given stream.
|
static R2MBWriterType |
R2MBUnmappedWriter.newWriterForPath(Path p,
R2MeshTangentsType m)
Construct a new writer for the given file.
|
static R2MBWriterType |
R2MBMappedWriter.newWriterForPath(Path p,
R2MeshTangentsType m)
Construct a new writer for the given file.
|
Copyright © 2016 <code@io7m.com> http://io7m.com