Uses of Class
com.jme.scene.state.jogl.records.TextureUnitRecord

Packages that use TextureUnitRecord
com.jme.scene.state.jogl   
com.jme.scene.state.jogl.records   
 

Uses of TextureUnitRecord in com.jme.scene.state.jogl
 

Methods in com.jme.scene.state.jogl with parameters of type TextureUnitRecord
static void JOGLTextureState.applyBlendColor(Texture texture, TextureUnitRecord unitRecord, int unit, TextureStateRecord record)
           
static void JOGLTextureState.applyCombineFactors(Texture texture, TextureUnitRecord unitRecord, int unit, TextureStateRecord record)
           
static void JOGLTextureState.applyEnvMode(Texture.ApplyMode mode, TextureUnitRecord unitRecord, int unit, TextureStateRecord record)
           
static void JOGLTextureState.applyTexCoordGeneration(Texture texture, TextureUnitRecord unitRecord, int unit, TextureStateRecord record)
           
 

Uses of TextureUnitRecord in com.jme.scene.state.jogl.records
 

Fields in com.jme.scene.state.jogl.records declared as TextureUnitRecord
 TextureUnitRecord[] TextureStateRecord.units