com.jme.scene.state.lwjgl.records
Class TextureRecord

java.lang.Object
  extended by com.jme.scene.state.StateRecord
      extended by com.jme.scene.state.lwjgl.records.TextureRecord

public class TextureRecord
extends StateRecord


Field Summary
 float anisoLevel
           
 ColorRGBA borderColor
           
static java.nio.FloatBuffer colorBuffer
           
static ColorRGBA defaultColor
           
 int depthTextureCompareMode
           
 int depthTextureFunc
           
 int depthTextureMode
           
 int magFilter
           
 int minFilter
           
 int wrapR
           
 int wrapS
           
 int wrapT
           
 
Fields inherited from class com.jme.scene.state.StateRecord
valid
 
Constructor Summary
TextureRecord()
           
 
Method Summary
 void invalidate()
          Invalidate this record - iow, we don't trust this record's information about the opengl state machine.
 
Methods inherited from class com.jme.scene.state.StateRecord
isValid, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wrapS

public int wrapS

wrapT

public int wrapT

wrapR

public int wrapR

magFilter

public int magFilter

minFilter

public int minFilter

depthTextureMode

public int depthTextureMode

depthTextureFunc

public int depthTextureFunc

depthTextureCompareMode

public int depthTextureCompareMode

anisoLevel

public float anisoLevel

colorBuffer

public static java.nio.FloatBuffer colorBuffer

borderColor

public ColorRGBA borderColor

defaultColor

public static final ColorRGBA defaultColor
Constructor Detail

TextureRecord

public TextureRecord()
Method Detail

invalidate

public void invalidate()
Description copied from class: StateRecord
Invalidate this record - iow, we don't trust this record's information about the opengl state machine.

Overrides:
invalidate in class StateRecord