| Package | Description |
|---|---|
| org.fujion.canvas.webgl |
| Modifier and Type | Method and Description |
|---|---|
static FaceMode |
FaceMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FaceMode[] |
FaceMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RenderingContextWebGL.cullFace(FaceMode mode)
Specifies whether or not front- and/or back-facing polygons can be culled.
|
void |
RenderingContextWebGL.stencilFuncSeparate(FaceMode face,
DepthFunction func,
int ref,
int mask)
Sets the front and back function and reference value for stencil testing.
|
void |
RenderingContextWebGL.stencilMaskSeparate(FaceMode face,
int mask)
Controls enabling and disabling of the front and/or back writing of individual bits in the
stencil planes.
|
void |
RenderingContextWebGL.stencilOpSeparate(FaceMode face,
StencilFunction fail,
StencilFunction zfail,
StencilFunction zpass)
Sets the front and/or back-facing stencil test actions.
|
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.