com.jme.scene.state.lwjgl
Class LWJGLAttributeState

java.lang.Object
  extended bycom.jme.scene.state.RenderState
      extended bycom.jme.scene.state.AttributeState
          extended bycom.jme.scene.state.lwjgl.LWJGLAttributeState
All Implemented Interfaces:
java.io.Serializable

public class LWJGLAttributeState
extends AttributeState

LWJGLAttributeState

Version:
$Id: LWJGLAttributeState.java,v 1.6 2004/09/08 17:06:47 mojomonkey Exp $
Author:
Mark Powell
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.jme.scene.state.AttributeState
ACCUM_BUFFER_BIT, ALL_ATTRIB_BIT, COLOR_BUFFER_BIT, CURRENT_BIT, DEPTH_BUFFER_BIT, ENABLE_BIT, EVAL_BIT, FOG_BIT, HINT_BIT, level, LIGHTING_BIT, LINE_BIT, LIST_BIT, PIXEL_MODE_BIT, POINT_BIT, POLYGON_BIT, POLYGON_STIPPLE_BIT, SCISSOR_BIT, STENCIL_BUFFER_BIT, TEXTURE_BIT, TRANSFORM_BIT, VIEWPORT_BIT
 
Fields inherited from class com.jme.scene.state.RenderState
RS_ALPHA, RS_ATTRIBUTE, RS_CULL, RS_DITHER, 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
LWJGLAttributeState()
           
 
Method Summary
 void apply()
          set
 
Methods inherited from class com.jme.scene.state.AttributeState
getMask, getType, setMask
 
Methods inherited from class com.jme.scene.state.RenderState
extract, isEnabled, setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LWJGLAttributeState

public LWJGLAttributeState()
Method Detail

apply

public void apply()
set

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