|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xith3d.scenegraph.StencilMaskSeparate
public class StencilMaskSeparate
This is an abstraction of the OpenGL function glStencilMaskSeparate().
| Constructor Summary | |
|---|---|
StencilMaskSeparate(org.jagatoo.opengl.enums.StencilFace face)
Creates a new StencilMaskSeparate. |
|
StencilMaskSeparate(org.jagatoo.opengl.enums.StencilFace face,
int mask)
Creates a new StencilMaskSeparate. |
|
| Method Summary | |
|---|---|
org.jagatoo.opengl.enums.StencilFace |
getFace()
Specifies whether front and/or back stencil state is updated. |
int |
getMask()
|
void |
setFace(org.jagatoo.opengl.enums.StencilFace face)
Specifies whether front and/or back stencil state is updated. |
void |
setMask(int mask)
Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StencilMaskSeparate(org.jagatoo.opengl.enums.StencilFace face)
StencilMaskSeparate.
face -
public StencilMaskSeparate(org.jagatoo.opengl.enums.StencilFace face,
int mask)
StencilMaskSeparate.
face - mask - | Method Detail |
|---|
public final void setFace(org.jagatoo.opengl.enums.StencilFace face)
face - public final org.jagatoo.opengl.enums.StencilFace getFace()
public final void setMask(int mask)
mask - public final int getMask()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||