|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.badlogic.gdx.graphics.g3d.ModelLoaderHints
public class ModelLoaderHints
Hints passed to a loader which might ignore them. See ModelLoaderRegistry
.
Field Summary | |
---|---|
boolean |
flipV
whether to flip the v texture coordinate |
Constructor Summary | |
---|---|
ModelLoaderHints(boolean flipV)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final boolean flipV
Constructor Detail |
---|
public ModelLoaderHints(boolean flipV)
|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |