|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StateRecord in com.jme.renderer |
---|
Methods in com.jme.renderer that return StateRecord | |
---|---|
abstract StateRecord |
Renderer.createLineRecord()
|
abstract StateRecord |
Renderer.createRendererRecord()
|
StateRecord |
RenderContext.getLineRecord()
|
StateRecord |
RenderContext.getRendererRecord()
|
StateRecord |
RenderContext.getStateRecord(int state)
Deprecated. As of 2.0, use RenderContext.getStateRecord(com.jme.scene.state.RenderState.StateType) instead. |
StateRecord |
RenderContext.getStateRecord(RenderState.StateType type)
Returns the StateRecord of the given RenderState.StateType . |
Uses of StateRecord in com.jme.renderer.jogl |
---|
Methods in com.jme.renderer.jogl that return StateRecord | |
---|---|
StateRecord |
JOGLRenderer.createLineRecord()
|
StateRecord |
JOGLRenderer.createRendererRecord()
|
Uses of StateRecord in com.jme.renderer.lwjgl |
---|
Methods in com.jme.renderer.lwjgl that return StateRecord | |
---|---|
StateRecord |
LWJGLRenderer.createLineRecord()
|
StateRecord |
LWJGLRenderer.createRendererRecord()
|
Uses of StateRecord in com.jme.scene.state |
---|
Methods in com.jme.scene.state that return StateRecord | |
---|---|
abstract StateRecord |
RenderState.createStateRecord()
|
Uses of StateRecord in com.jme.scene.state.jogl |
---|
Methods in com.jme.scene.state.jogl that return StateRecord | |
---|---|
StateRecord |
JOGLFragmentProgramState.createStateRecord()
|
StateRecord |
JOGLLightState.createStateRecord()
|
StateRecord |
JOGLMaterialState.createStateRecord()
|
StateRecord |
JOGLShaderObjectsState.createStateRecord()
|
StateRecord |
JOGLStippleState.createStateRecord()
creates a new StippleStateRecord |
StateRecord |
JOGLTextureState.createStateRecord()
|
StateRecord |
JOGLVertexProgramState.createStateRecord()
|
Uses of StateRecord in com.jme.scene.state.jogl.records |
---|
Subclasses of StateRecord in com.jme.scene.state.jogl.records | |
---|---|
class |
BlendStateRecord
|
class |
ClipStateRecord
|
class |
ColorMaskStateRecord
|
class |
CullStateRecord
|
class |
FogStateRecord
|
class |
FragmentProgramStateRecord
|
class |
LightRecord
|
class |
LightStateRecord
|
class |
LineRecord
|
class |
MaterialStateRecord
|
class |
RendererRecord
|
class |
ShaderObjectsStateRecord
|
class |
ShadeStateRecord
|
class |
StencilStateRecord
|
class |
StippleStateRecord
StateRecord for StippleState |
class |
TextureRecord
|
class |
TextureStateRecord
|
class |
TextureUnitRecord
Represents a texture unit in opengl |
class |
VertexProgramStateRecord
|
class |
WireframeStateRecord
|
class |
ZBufferStateRecord
|
Uses of StateRecord in com.jme.scene.state.lwjgl |
---|
Methods in com.jme.scene.state.lwjgl that return StateRecord | |
---|---|
StateRecord |
LWJGLFragmentProgramState.createStateRecord()
|
StateRecord |
LWJGLLightState.createStateRecord()
|
StateRecord |
LWJGLMaterialState.createStateRecord()
|
StateRecord |
LWJGLShaderObjectsState.createStateRecord()
|
StateRecord |
LWJGLStippleState.createStateRecord()
creates a new StippleStateRecord |
StateRecord |
LWJGLTextureState.createStateRecord()
|
StateRecord |
LWJGLVertexProgramState.createStateRecord()
|
Uses of StateRecord in com.jme.system.dummy |
---|
Methods in com.jme.system.dummy that return StateRecord | |
---|---|
StateRecord |
DummyRenderer.createLineRecord()
|
StateRecord |
DummyRenderer.createRendererRecord()
|
StateRecord |
DummyRenderer.TextureStateN.createStateRecord()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |