| Package | Description |
|---|---|
| com.io7m.smfj.format.binary |
Parser API.
|
| com.io7m.smfj.format.obj |
Wavefront OBJ importer.
|
| com.io7m.smfj.format.text |
Parser API.
|
| com.io7m.smfj.parser.api |
Parser API.
|
| com.io7m.smfj.processing.api |
Functions and types for processing and filtering meshes.
|
| Modifier and Type | Method and Description |
|---|---|
SMFParserRandomAccessType |
SMFFormatBinary.parserCreateRandomAccess(SMFParserEventsType in_events,
URI in_uri,
FileChannel in_channel) |
| Modifier and Type | Method and Description |
|---|---|
SMFParserRandomAccessType |
SMFFormatOBJ.parserCreateRandomAccess(SMFParserEventsType events,
URI path,
FileChannel file) |
| Modifier and Type | Method and Description |
|---|---|
SMFParserRandomAccessType |
SMFFormatText.parserCreateRandomAccess(SMFParserEventsType events,
URI uri,
FileChannel file) |
| Modifier and Type | Method and Description |
|---|---|
SMFParserRandomAccessType |
SMFParserProviderType.parserCreateRandomAccess(SMFParserEventsType events,
URI uri,
FileChannel file) |
| Modifier and Type | Method and Description |
|---|---|
static SMFParserRandomAccessType |
SMFMemoryMeshParser.createRandomAccess(SMFMemoryMesh mesh,
SMFParserEventsType events)
Create a new random access parser from the given mesh.
|
Copyright © 2017 <code@io7m.com> http://io7m.com