public interface ObjGroup
'g' token,
or a group that is implied by a common material, identified by the
'usemtl' token.| Modifier and Type | Method and Description |
|---|---|
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.
|
String getName()
int getNumFaces()
ObjFace getFace(int index)
index - The index of the faceIndexOutOfBoundsException - If the index is negative or not
smaller than getNumFaces()Copyright © 2015. All rights reserved.