|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xith3d.scenegraph.StencilFuncSeparate
public class StencilFuncSeparate
This is an abstraction of the OpenGL function glStencilFuncSeparate().
| Constructor Summary | |
|---|---|
StencilFuncSeparate(org.jagatoo.opengl.enums.StencilFace face)
Creates a new StencilFuncSeparate. |
|
StencilFuncSeparate(org.jagatoo.opengl.enums.StencilFace face,
org.jagatoo.opengl.enums.TestFunction func)
Creates a new StencilFuncSeparate. |
|
StencilFuncSeparate(org.jagatoo.opengl.enums.StencilFace face,
org.jagatoo.opengl.enums.TestFunction func,
int ref)
Creates a new StencilFuncSeparate. |
|
StencilFuncSeparate(org.jagatoo.opengl.enums.StencilFace face,
org.jagatoo.opengl.enums.TestFunction func,
int ref,
int mask)
Creates a new StencilFuncSeparate. |
|
| Method Summary | |
|---|---|
org.jagatoo.opengl.enums.StencilFace |
getFace()
Specifies whether front and/or back stencil state is updated. |
int |
getMask()
|
int |
getRef()
Specifies the reference value for the stencil test. |
org.jagatoo.opengl.enums.TestFunction |
getTestFunction()
Specifies the test function. |
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. |
void |
setRef(int ref)
Specifies the reference value for the stencil test. |
void |
setTestFunction(org.jagatoo.opengl.enums.TestFunction func)
Specifies the test function. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StencilFuncSeparate(org.jagatoo.opengl.enums.StencilFace face)
StencilFuncSeparate.
face -
public StencilFuncSeparate(org.jagatoo.opengl.enums.StencilFace face,
org.jagatoo.opengl.enums.TestFunction func)
StencilFuncSeparate.
face - func -
public StencilFuncSeparate(org.jagatoo.opengl.enums.StencilFace face,
org.jagatoo.opengl.enums.TestFunction func,
int ref)
StencilFuncSeparate.
face - func - ref -
public StencilFuncSeparate(org.jagatoo.opengl.enums.StencilFace face,
org.jagatoo.opengl.enums.TestFunction func,
int ref,
int mask)
StencilFuncSeparate.
face - func - ref - 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 setTestFunction(org.jagatoo.opengl.enums.TestFunction func)
func - public final org.jagatoo.opengl.enums.TestFunction getTestFunction()
public final void setRef(int ref)
ref - public final int getRef()
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 | |||||||||