Project

General

Profile

« Previous | Next » 

Revision 310e14fb

Added by Leszek Koltunski almost 7 years ago

Some progress with Effect classes.

Big mess - nothing compiles now; classes moved around.

View differences:

src/main/java/org/distorted/library/DistortedRenderState.java
28 28
 * This is a member of DistortedNode. Remembers the OpenGL state we want to set just before rendering
29 29
 * the Node.
30 30
 */
31
class DistortedRenderState
31
public class DistortedRenderState
32 32
{
33 33
  // TODO: figure this out dynamically; this assumes 8 bit stencil buffer.
34 34
  private static final int STENCIL_MASK = (1<<8)-1;

Also available in: Unified diff