Package gaiasky.util.gdx
Interface ModelCreator.IFace
- All Known Implementing Classes:
ModelCreator.Face
- Enclosing class:
- ModelCreator
public static interface ModelCreator.IFace
-
Method Summary
Modifier and Type Method Description int[]
n()
void
setNormals(int... n)
int[]
v()
-
Method Details
-
v
int[] v() -
n
int[] n() -
setNormals
void setNormals(int... n)
-