public class SoGLShadowStyleElement extends SoGLDrawStyleElement
<font color="#0000FF">NOTE:</font> This class does not exist in Open Inventor 10.0 and later.
See also:
SoShadowStyleDeprecated since Open Inventor 9620
SoGLShadowStyleElement
is no longer supported, use equivalent SoGLDrawStyleElement
.
Modifier and Type | Class and Description |
---|---|
static class |
SoGLShadowStyleElement.ShadowStyles
Deprecated.
|
SoDrawStyleElement.Styles
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
static int |
CASTS_SHADOW
Deprecated.
Use
SoGLShadowStyleElement.ShadowStyles.CASTS_SHADOW instead. |
static int |
CASTS_SHADOW_AND_SHADOWED
Deprecated.
|
static int |
NO_SHADOWING
Deprecated.
Use
SoGLShadowStyleElement.ShadowStyles.NO_SHADOWING instead. |
static int |
SHADOWED
Deprecated.
Use
SoGLShadowStyleElement.ShadowStyles.SHADOWED instead. |
FILLED, INVISIBLE, LINES, MARKERS, POINTS
VERBOSE_LEVEL, ZeroHandle
Modifier and Type | Method and Description |
---|---|
boolean |
enableCheckLighting()
Deprecated.
|
static int |
getClassStackIndex()
Deprecated.
As of Open Inventor 9.3 replaced by SoElement.getClassStackIndex(Class)
|
int |
getPassNumber()
Deprecated.
|
void |
pop(SoState state,
SoElement prevTopElement)
Deprecated.
Overrides
pop() method so side effects can occur in GL. |
void |
push(SoState state)
Deprecated.
Overrides
push() so we can remember the previous element's draw style, and perhaps avoid sending unnecessary GL calls if this element is the same. |
static void |
set(SoState state,
SoShadowStyle shadowStyle,
SoGLShadowStyleElement.ShadowStyles style)
Deprecated.
|
static void |
setCheckLightingEnabled(SoState state,
boolean enable)
Deprecated.
|
static void |
setPassNumber(SoState state,
int passNumber)
Deprecated.
|
get, getDefault, set
getClassStackIndex
dispose, getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
@Deprecated public static final int NO_SHADOWING
SoGLShadowStyleElement.ShadowStyles.NO_SHADOWING
instead.@Deprecated public static final int CASTS_SHADOW
SoGLShadowStyleElement.ShadowStyles.CASTS_SHADOW
instead.@Deprecated public static final int SHADOWED
SoGLShadowStyleElement.ShadowStyles.SHADOWED
instead.@Deprecated public static final int CASTS_SHADOW_AND_SHADOWED
SoGLShadowStyleElement.ShadowStyles.CASTS_SHADOW_AND_SHADOWED
instead.public static void setPassNumber(SoState state, int passNumber)
@Deprecated public static int getClassStackIndex()
public static void set(SoState state, SoShadowStyle shadowStyle, SoGLShadowStyleElement.ShadowStyles style)
public int getPassNumber()
public void pop(SoState state, SoElement prevTopElement)
pop()
method so side effects can occur in GL.pop
in class SoGLDrawStyleElement
public static void setCheckLightingEnabled(SoState state, boolean enable)
public void push(SoState state)
push()
so we can remember the previous element's draw style, and perhaps avoid sending unnecessary GL calls if this element is the same.push
in class SoGLDrawStyleElement
public boolean enableCheckLighting()
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com