com.jme.scene.state.jogl
Class JOGLClipState

java.lang.Object
  extended by com.jme.scene.state.RenderState
      extended by com.jme.scene.state.ClipState
          extended by com.jme.scene.state.jogl.JOGLClipState
All Implemented Interfaces:
Savable

public class JOGLClipState
extends ClipState

JOGLClipState

Author:
Joshua Slack - reworked for StateRecords.

Nested Class Summary
 
Nested classes/interfaces inherited from class com.jme.scene.state.RenderState
RenderState.StateType
 
Field Summary
 
Fields inherited from class com.jme.scene.state.ClipState
CLIP_PLANE0, CLIP_PLANE1, CLIP_PLANE2, CLIP_PLANE3, CLIP_PLANE4, CLIP_PLANE5, enabledClipPlanes, MAX_CLIP_PLANES, planeEquations
 
Fields inherited from class com.jme.scene.state.RenderState
QUICK_COMPARE, RS_BLEND, RS_CLIP, RS_COLORMASK_STATE, RS_CULL, RS_FOG, RS_FRAGMENT_PROGRAM, RS_GLSL_SHADER_OBJECTS, RS_LIGHT, RS_MATERIAL, RS_MAX_STATE, RS_SHADE, RS_STENCIL, RS_TEXTURE, RS_VERTEX_PROGRAM, RS_WIREFRAME, RS_ZBUFFER
 
Constructor Summary
JOGLClipState()
           
 
Method Summary
 void apply()
          apply
 ClipStateRecord createStateRecord()
           
 
Methods inherited from class com.jme.scene.state.ClipState
getClassTag, getPlaneEnabled, getPlaneEq, getStateType, getType, read, setClipPlaneEquation, setEnableClipPlane, setPlaneEq, write
 
Methods inherited from class com.jme.scene.state.RenderState
extract, isEnabled, needsRefresh, setEnabled, setNeedsRefresh, setQuickCompares
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JOGLClipState

public JOGLClipState()
Method Detail

apply

public void apply()
apply

Specified by:
apply in class RenderState
See Also:
RenderState.apply()

createStateRecord

public ClipStateRecord createStateRecord()
Specified by:
createStateRecord in class RenderState