public interface SMFSerializerDataTrianglesType extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
serializeTriangle(long v0,
long v1,
long v2)
Serialize a triangle.
|
void serializeTriangle(long v0,
long v1,
long v2)
throws IOException,
IllegalStateException
v0 - The first vertex indexv1 - The second vertex indexv2 - The third vertex indexIllegalStateException - If the header has not yet been serializedIllegalStateException - If the attribute has not yet been
serializedIllegalStateException - If the required number of triangles have
already been serializedIllegalStateException - If the serializer has previously failedIOException - On I/O errorsCopyright © 2017 <code@io7m.com> http://io7m.com