|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jme.scene.state.StateRecord
com.jme.scene.state.jogl.records.BlendStateRecord
public class BlendStateRecord
| 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 |
|---|
public boolean blendEnabled
public boolean testEnabled
public int srcFactorRGB
public int dstFactorRGB
public int blendEqRGB
public int srcFactorAlpha
public int dstFactorAlpha
public int blendEqAlpha
public int alphaFunc
public float alphaRef
public ColorRGBA blendColor
| Constructor Detail |
|---|
public BlendStateRecord()
| Method Detail |
|---|
public void invalidate()
StateRecord
invalidate in class StateRecord
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||