public class SoDepthBufferElement extends SoElement
See also:
Modifier and Type | Class and Description |
---|---|
static class |
SoDepthBufferElement.DepthWriteFunctions
Depth function mode as defined by OpenGL.
|
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
static int |
ALWAYS
Deprecated.
Use
SoDepthBufferElement.DepthWriteFunctions.ALWAYS instead. |
static int |
EQUAL
Deprecated.
Use
SoDepthBufferElement.DepthWriteFunctions.EQUAL instead. |
static int |
GEQUAL
Deprecated.
Use
SoDepthBufferElement.DepthWriteFunctions.GEQUAL instead. |
static int |
GREATER
Deprecated.
Use
SoDepthBufferElement.DepthWriteFunctions.GREATER instead. |
static int |
LEQUAL
Deprecated.
Use
SoDepthBufferElement.DepthWriteFunctions.LEQUAL instead. |
static int |
LESS
Deprecated.
Use
SoDepthBufferElement.DepthWriteFunctions.LESS instead. |
static int |
NEVER
Deprecated.
Use
SoDepthBufferElement.DepthWriteFunctions.NEVER instead. |
static int |
NOTEQUAL
Deprecated.
Use
SoDepthBufferElement.DepthWriteFunctions.NOTEQUAL instead. |
VERBOSE_LEVEL, ZeroHandle
Modifier and Type | Method and Description |
---|---|
static int |
getClassStackIndex()
Deprecated.
As of Open Inventor 9.3 replaced by SoElement.getClassStackIndex(Class)
|
void |
pop(SoState state,
SoElement prevTopElement)
Override
pop() method to keep GL up to date. |
void |
push(SoState state)
Override
push() method to keep GL up to date. |
static void |
set(SoState state,
boolean test,
boolean write,
SoDepthBufferElement.DepthWriteFunctions function,
SbVec2f range)
Sets the depth buffer parameters.
|
static void |
set(SoState state,
SoDepthBuffer depthBuffer,
boolean test,
boolean write,
SoDepthBufferElement.DepthWriteFunctions function,
SbVec2f range)
Sets the depth buffer parameters.
|
getClassStackIndex
dispose, getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
@Deprecated public static final int NEVER
SoDepthBufferElement.DepthWriteFunctions.NEVER
instead.@Deprecated public static final int LESS
SoDepthBufferElement.DepthWriteFunctions.LESS
instead.@Deprecated public static final int EQUAL
SoDepthBufferElement.DepthWriteFunctions.EQUAL
instead.@Deprecated public static final int LEQUAL
SoDepthBufferElement.DepthWriteFunctions.LEQUAL
instead.@Deprecated public static final int GREATER
SoDepthBufferElement.DepthWriteFunctions.GREATER
instead.@Deprecated public static final int NOTEQUAL
SoDepthBufferElement.DepthWriteFunctions.NOTEQUAL
instead.@Deprecated public static final int GEQUAL
SoDepthBufferElement.DepthWriteFunctions.GEQUAL
instead.@Deprecated public static final int ALWAYS
SoDepthBufferElement.DepthWriteFunctions.ALWAYS
instead.public void pop(SoState state, SoElement prevTopElement)
pop()
method to keep GL up to date.public static void set(SoState state, boolean test, boolean write, SoDepthBufferElement.DepthWriteFunctions function, SbVec2f range)
@Deprecated public static int getClassStackIndex()
public static void set(SoState state, SoDepthBuffer depthBuffer, boolean test, boolean write, SoDepthBufferElement.DepthWriteFunctions function, SbVec2f range)
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com