| Modifier and Type | Method and Description |
|---|---|
static ObjFace |
create(int[] v,
int[] vt,
int[] vn)
Create a face with the given indices.
|
static String |
createString(ObjFace face)
Returns the string for the given face that makes up one 'f' line
in an OBJ file
|
public static ObjFace create(int[] v, int[] vt, int[] vn)
null. In any case, it is assumed
that all non-null arrays have equal length. References
to the given arrays will be stored internally, so they should not
be modified after they have been passed to this method.v - The vertex indicesvt - The texCoord indicesvn - The normal indicesCopyright © 2018. All rights reserved.