com.jme.scene.state.jogl.records
Class BlendStateRecord

java.lang.Object
  extended by com.jme.scene.state.StateRecord
      extended by com.jme.scene.state.jogl.records.BlendStateRecord

public class BlendStateRecord
extends StateRecord


Field Summary
 int alphaFunc
           
 float alphaRef
           
 ColorRGBA blendColor
           
 boolean blendEnabled
           
 int blendEqAlpha
           
 int blendEqRGB
           
 int dstFactorAlpha
           
 int dstFactorRGB
           
 int srcFactorAlpha
           
 int srcFactorRGB
           
 boolean testEnabled
           
 
Fields inherited from class com.jme.scene.state.StateRecord
valid
 
Constructor Summary
BlendStateRecord()
           
 
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

blendEnabled

public boolean blendEnabled

testEnabled

public boolean testEnabled

srcFactorRGB

public int srcFactorRGB

dstFactorRGB

public int dstFactorRGB

blendEqRGB

public int blendEqRGB

srcFactorAlpha

public int srcFactorAlpha

dstFactorAlpha

public int dstFactorAlpha

blendEqAlpha

public int blendEqAlpha

alphaFunc

public int alphaFunc

alphaRef

public float alphaRef

blendColor

public ColorRGBA blendColor
Constructor Detail

BlendStateRecord

public BlendStateRecord()
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