| Modifier and Type | Method and Description |
|---|---|
ObjGroup |
ReadableObj.getGroup(int index)
Returns the group with the given index.
|
ObjGroup |
ReadableObj.getGroup(String name)
Returns the group with the given name, or
null if
there is no such group in this Obj. |
ObjGroup |
ReadableObj.getMaterialGroup(int index)
Returns the material group with the given index.
|
ObjGroup |
ReadableObj.getMaterialGroup(String name)
Returns the material group with the given name, or
null if
there is no such group in this Obj. |
| Modifier and Type | Method and Description |
|---|---|
static Obj |
ObjUtils.groupToObj(ReadableObj input,
ObjGroup inputGroup,
List<Integer> vertexIndexMapping)
Returns the given group of the given
ReadableObj as a new
Obj. |
static <T extends WritableObj> |
ObjUtils.groupToObj(ReadableObj input,
ObjGroup inputGroup,
List<Integer> vertexIndexMapping,
T output)
Stores the given group of the given
ReadableObj
in the given output WritableObj. |
Copyright © 2015. All rights reserved.