| Modifier and Type | Method and Description |
|---|---|
static ObjFace |
ObjFaces.create(int[] v,
int[] vt,
int[] vn)
Create a face with the given indices.
|
ObjFace |
ReadableObj.getFace(int index)
Returns the face with the given index.
|
ObjFace |
ObjGroup.getFace(int index)
Returns the face with the given index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WritableObj.addFace(ObjFace face)
Add the given face.
|
void |
BasicWritableObj.addFace(ObjFace face) |
void |
AbstractWritableObj.addFace(ObjFace face) |
static String |
ObjFaces.createString(ObjFace face)
Returns the string for the given face that makes up one 'f' line
in an OBJ file
|
Set<String> |
ReadableObj.getActivatedGroupNames(ObjFace face)
Returns an unmodifiable set containing the names of the groups that
are activated with the given face.
|
String |
ReadableObj.getActivatedMaterialGroupName(ObjFace face)
Returns the name of the material group that is activated with the
given face.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicWritableObj.setFaceConsumer(Consumer<? super ObjFace> faceConsumer)
Set the face consumer
|
Copyright © 2015. All rights reserved.