Package com.luciad.view.lightspeed.util.opengl.glstate


package com.luciad.view.lightspeed.util.opengl.glstate
Provides an abstraction of OpenGL state. An ILspGLState encapsulates a set of state parameters which it can set on an ILcdGLDrawable. Each ILspGLState can also undo the changes it made to the OpenGL state. State objects are mostly intended for internal use by ILspPainter implementations. Public configuration of paint settings such as colors, line thickness, etc. is preferably done using the style package.
Since:
2012.0
  • Interfaces
    Class
    Description
    An ILspGLState sets up the OpenGL state of a ILcdGLDrawable.