Uses of Class
com.jme.scene.state.TextureState.CorrectionType

Packages that use TextureState.CorrectionType
com.jme.scene.state   
com.jme.scene.state.jogl.records   
com.jme.scene.state.lwjgl.records   
 

Uses of TextureState.CorrectionType in com.jme.scene.state
 

Methods in com.jme.scene.state that return TextureState.CorrectionType
 TextureState.CorrectionType TextureState.getCorrectionType()
          getCorrectionType returns the correction mode for the texture state.
static TextureState.CorrectionType TextureState.CorrectionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TextureState.CorrectionType[] TextureState.CorrectionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jme.scene.state with parameters of type TextureState.CorrectionType
 void TextureState.setCorrectionType(TextureState.CorrectionType type)
          setCorrectionType sets the image correction type for this texture state.
 

Uses of TextureState.CorrectionType in com.jme.scene.state.jogl.records
 

Methods in com.jme.scene.state.jogl.records with parameters of type TextureState.CorrectionType
static int TextureStateRecord.getPerspHint(TextureState.CorrectionType type)
           
 

Uses of TextureState.CorrectionType in com.jme.scene.state.lwjgl.records
 

Methods in com.jme.scene.state.lwjgl.records with parameters of type TextureState.CorrectionType
static int TextureStateRecord.getPerspHint(TextureState.CorrectionType type)