libgdx API

com.badlogic.gdx.graphics.g3d
Class ModelLoaderHints

java.lang.Object
  extended by com.badlogic.gdx.graphics.g3d.ModelLoaderHints
Direct Known Subclasses:
MD2Loader.MD2LoaderHints

public class ModelLoaderHints
extends java.lang.Object

Hints passed to a loader which might ignore them. See ModelLoaderRegistry.

Author:
mzechner

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

flipV

public final boolean flipV
whether to flip the v texture coordinate

Constructor Detail

ModelLoaderHints

public ModelLoaderHints(boolean flipV)

libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)