Class SoLazyElement
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.inventor.elements.SoElement
com.openinventor.inventor.elements.SoLazyElement
- Direct Known Subclasses:
SoGLLazyElement
Deprecated.
As of Open Inventor 10.0.0.0. Use #SoMaterialElement, #SoBlendElement or #SoLightModelElement instead.
Manages several properties that need to be lazily tracked for OpenGL.
This element manages several properties such as colors, that need to be lazily tracked for OpenGL. Allows Open Inventor property nodes to set these properties without immediately making any OpenGL calls. Thus we avoid making redundant OpenGL calls to set, for example, the material color. Open Inventor rendering nodes then request that the values of any properties that are relevant to that shape and "out of date" (not current with OpenGL state) be sent to OpenGL.
Includes:
Transparencies
GLColorMaterial
GLBlendEnablement
PolygonStipple
Light model
Color index
Line width
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Deprecated.Following masks and cases define the components of the lazy element.static enum
Deprecated.Masks.Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
Field Summary
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
Method Summary
Modifier and TypeMethodDescriptionstatic SbColor
getAmbient
(SoState name_14055) Deprecated.static boolean
getBlending
(SoState name_14060) Deprecated.static int
Deprecated.As of Open Inventor 9.3.0.0.static int
getColorIndex
(SoState name_14053, int num) Deprecated.static int[]
getColorIndices
(SoState state) Deprecated.static boolean
getColorMaterial
(SoState name_14059) Deprecated.static SbColor
Deprecated.Specify Open Inventor defaults for colors, etc.static float
Deprecated.Specify Open Inventor defaults for colors, etc.static int
Deprecated.Specify Open Inventor defaults for colors, etc.static SbColor
Deprecated.Specify Open Inventor defaults for colors, etc.static SbColor
Deprecated.Specify Open Inventor defaults for colors, etc.static int
Deprecated.Specify Open Inventor defaults for colors, etc.static float
Deprecated.Specify Open Inventor defaults for colors, etc.static int
Deprecated.Specify Open Inventor defaults for colors, etc.static int
Deprecated.Specify Open Inventor defaults for colors, etc.static float
Deprecated.Specify Open Inventor defaults for colors, etc.static SbColor
Deprecated.Specify Open Inventor defaults for colors, etc.static float
Deprecated.Specify Open Inventor defaults for colors, etc.static SbColor
getDiffuse
(SoState state, int index) Deprecated.get() methods get value from Inventor state.static IntBuffer
getDirectColorIndices
(SoState state) Deprecated.static SbColor
getEmissive
(SoState name_14056) Deprecated.static SoLazyElement
getInstance
(SoState state) Deprecated.Returns the top (current) instance of the element in the state Note that the cache dependencies associated with this element are managed differently from other elements: this replaces theSoElement.getConstElement
that is used by standard elements, but which causes cache dependency.static int
getLightModel
(SoState name_14062) Deprecated.int
Deprecated.Method to inquire about current colors.int
Deprecated.Method to inquire about current colors.int
Deprecated.Method to inquire about current colors.static int[]
getPackedColors
(SoState state) Deprecated.static float
getShininess
(SoState name_14058) Deprecated.static boolean
getSmoothing
(SoState name_14061) Deprecated.static SbColor
getSpecular
(SoState name_14057) Deprecated.static float
getTransparency
(SoState name_14049, int index) Deprecated.get() methods get value from Inventor state.boolean
isPacked()
Deprecated.Method to inquire about current colors.boolean
Deprecated.Method to inquire about current colors.void
Deprecated.push (for non-GL elements)static void
setAmbient
(SoState state, SoNode node, SbColor color) Deprecated.static void
setBlending
(SoState state, boolean value) Deprecated.static void
setColorIndices
(SoState state, SoNode node, int[] indices) Deprecated.Static set method.static void
setColorMaterial
(SoState state, SoNode node, boolean value) Deprecated.static void
setDiffuse
(SoState state, SoNode node, SbColor[] colors, SoColorPacker cPacker) Deprecated.Static set method.static void
setEmissive
(SoState state, SoNode node, SbColor color) Deprecated.static void
setLightModel
(SoState state, int model) Deprecated.static void
setPacked
(SoState state, SoNode node, SoColorPacker cPacker, int[] colors) Deprecated.Static set method.static void
setShininess
(SoState state, SoNode node, float value) Deprecated.static void
setSmoothing
(SoState state, boolean value) Deprecated.static void
setSpecular
(SoState state, SoNode node, SbColor color) Deprecated.static void
setTransparency
(SoState state, SoNode node, float[] transp, SoColorPacker cPacker) Deprecated.Static set method.Methods inherited from class com.openinventor.inventor.elements.SoElement
getClassStackIndex, pop
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
Method Details
-
getTransparency
Deprecated.get() methods get value from Inventor state. The public methods are static, they get an instance of the element. If there is a cache, the appropriate virtual registerGetDependence is called. -
getPackedColors
Deprecated. -
getDiffuse
Deprecated.get() methods get value from Inventor state. The public methods are static, they get an instance of the element. If there is a cache, the appropriate virtual registerGetDependence is called. -
setSmoothing
Deprecated. -
setLightModel
Deprecated. -
getAmbient
Deprecated. -
getClassStackIndex
Deprecated.As of Open Inventor 9.3.0.0. replaced by SoElement.getClassStackIndex(Class)Returns the stack id for this element. ] * -
getColorIndex
Deprecated. -
getDirectColorIndices
Deprecated. -
getColorIndices
Deprecated. -
getDefaultTransparency
public static float getDefaultTransparency()Deprecated.Specify Open Inventor defaults for colors, etc. -
setEmissive
Deprecated. -
setAmbient
Deprecated. -
setPacked
Deprecated.Static set method. -
setColorIndices
Deprecated.Static set method. -
setTransparency
public static void setTransparency(SoState state, SoNode node, float[] transp, SoColorPacker cPacker) Deprecated.Static set method. -
setColorMaterial
Deprecated. -
setBlending
Deprecated. -
setShininess
Deprecated. -
setSpecular
Deprecated. -
setDiffuse
Deprecated.Static set method. -
getEmissive
Deprecated. -
getDefaultAmbient
Deprecated.Specify Open Inventor defaults for colors, etc. -
getDefaultSpecular
Deprecated.Specify Open Inventor defaults for colors, etc. -
getDefaultEmissive
Deprecated.Specify Open Inventor defaults for colors, etc. -
getInstance
Deprecated.Returns the top (current) instance of the element in the state Note that the cache dependencies associated with this element are managed differently from other elements: this replaces theSoElement.getConstElement
that is used by standard elements, but which causes cache dependency. Note that this element is not const; however modifications to it can cause problems. SoEXTENDER apps should use only SoEXTENDER methods on this element. -
getDefaultAmbientIntensity
public static float getDefaultAmbientIntensity()Deprecated.Specify Open Inventor defaults for colors, etc. -
getDefaultDiffuse
Deprecated.Specify Open Inventor defaults for colors, etc. -
getDefaultLightModel
public static int getDefaultLightModel()Deprecated.Specify Open Inventor defaults for colors, etc. -
getDefaultColorIndex
public static int getDefaultColorIndex()Deprecated.Specify Open Inventor defaults for colors, etc. -
getDefaultLineWidth
public static float getDefaultLineWidth()Deprecated.Specify Open Inventor defaults for colors, etc. -
getDefaultShininess
public static float getDefaultShininess()Deprecated.Specify Open Inventor defaults for colors, etc. -
getDefaultPackedInternal
public static int getDefaultPackedInternal()Deprecated.Specify Open Inventor defaults for colors, etc. -
getDefaultPacked
public static int getDefaultPacked()Deprecated.Specify Open Inventor defaults for colors, etc. -
getShininess
Deprecated. -
isPacked
public boolean isPacked()Deprecated.Method to inquire about current colors. -
getColorMaterial
Deprecated. -
push
Deprecated.push (for non-GL elements) -
getSpecular
Deprecated. -
isTransparent
public boolean isTransparent()Deprecated.Method to inquire about current colors. -
getSmoothing
Deprecated. -
getNumDiffuse
public int getNumDiffuse()Deprecated.Method to inquire about current colors. -
getLightModel
Deprecated. -
getNumColorIndices
public int getNumColorIndices()Deprecated.Method to inquire about current colors. -
getBlending
Deprecated. -
getNumTransparencies
public int getNumTransparencies()Deprecated.Method to inquire about current colors.
-