jjdh.opengl.attributes
Class Face
java.lang.Object
jjdh.opengl.attributes.Face
public class Face
- extends Object
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 |
DEFAULT
public static final Face DEFAULT
drawFront
protected boolean drawFront
drawBack
protected boolean drawBack
Face
public Face(boolean drawFront,
boolean drawBack)
apply
public void apply(javax.media.opengl.GL gl)
unApply
public void unApply(javax.media.opengl.GL gl)
equals
public boolean equals(Face other)
Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.