|
||||||||||
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.lwjgl.records.TextureRecord
public class TextureRecord
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 |
---|
public int wrapS
public int wrapT
public int wrapR
public int magFilter
public int minFilter
public int depthTextureMode
public int depthTextureFunc
public int depthTextureCompareMode
public float anisoLevel
public static java.nio.FloatBuffer colorBuffer
public ColorRGBA borderColor
public static final ColorRGBA defaultColor
Constructor Detail |
---|
public TextureRecord()
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 |