jjdh API

jjdh.opengl.attributes
Class Face

java.lang.Object
  extended by jjdh.opengl.attributes.Face

public class Face
extends Object


Field Summary
static Face DEFAULT
           
protected  boolean drawBack
           
protected  boolean drawFront
           
 
Constructor Summary
Face(boolean drawFront, boolean drawBack)
           
 
Method Summary
 void apply(javax.media.opengl.GL gl)
           
 boolean equals(Face other)
           
 void unApply(javax.media.opengl.GL gl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static final Face DEFAULT

drawFront

protected boolean drawFront

drawBack

protected boolean drawBack
Constructor Detail

Face

public Face(boolean drawFront,
            boolean drawBack)
Method Detail

apply

public void apply(javax.media.opengl.GL gl)

unApply

public void unApply(javax.media.opengl.GL gl)

equals

public boolean equals(Face other)

jjdh API

Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.