|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObjGroup
Interface describing a single group of an OBJ file. This may either be a geometry group that is identified by the 'g' token, or a group that is implied by a common material, identified by the 'usemtl' token.
| Method Summary | |
|---|---|
ObjFace |
getFace(int index)
Returns the face with the given index. |
String |
getName()
Returns the name of this group. |
int |
getNumFaces()
Returns the number of faces in this group. |
| Method Detail |
|---|
String getName()
int getNumFaces()
ObjFace getFace(int index)
index - The index of the face
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||