|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FogState in com.jme.renderer |
---|
Methods in com.jme.renderer that return FogState | |
---|---|
abstract FogState |
Renderer.createFogState()
createFogState retrieves the fog state object for the
proper renderer. |
Uses of FogState in com.jme.renderer.jogl |
---|
Methods in com.jme.renderer.jogl that return FogState | |
---|---|
FogState |
JOGLRenderer.createFogState()
createFogState returns a new JOGLFogState object as a
regular FogState. |
Uses of FogState in com.jme.renderer.lwjgl |
---|
Methods in com.jme.renderer.lwjgl that return FogState | |
---|---|
FogState |
LWJGLRenderer.createFogState()
createFogState returns a new LWJGLFogState object as a
regular FogState. |
Uses of FogState in com.jme.scene.state |
---|
Methods in com.jme.scene.state that return types with arguments of type FogState | |
---|---|
java.lang.Class<? extends FogState> |
FogState.getClassTag()
|
Uses of FogState in com.jme.scene.state.jogl |
---|
Subclasses of FogState in com.jme.scene.state.jogl | |
---|---|
class |
JOGLFogState
JOGLFogState subclasses the fog state using the JOGL API to
set the OpenGL fog state. |
Uses of FogState in com.jme.scene.state.lwjgl |
---|
Subclasses of FogState in com.jme.scene.state.lwjgl | |
---|---|
class |
LWJGLFogState
LWJGLFogState subclasses the fog state using the LWJGL API to
set the OpenGL fog state. |
Uses of FogState in com.jme.system.dummy |
---|
Methods in com.jme.system.dummy that return FogState | |
---|---|
FogState |
DummyRenderer.createFogState()
|
Uses of FogState in com.jmex.effects.water |
---|
Fields in com.jmex.effects.water declared as FogState | |
---|---|
protected FogState |
WaterRenderPass.noFog
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |