Class SoMaterialElement
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.inventor.elements.SoElement
-
- com.openinventor.inventor.elements.SoReplacedElement
-
- com.openinventor.inventor.elements.SoMaterialElement
-
public class SoMaterialElement extends SoReplacedElement
Manages several properties that need to be lazily tracked for rendering. This element manages several properties such as colors, that need to be lazily tracked for rendering. Allows Open Inventor property nodes to set these properties without immediately making any rendering calls. Thus we avoid making redundant rendering 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 rendering state) be sent to the rendering engine.Includes:
Transparencies
GLColorMaterial
PolygonStipple
Color index
- See Also:
SoBaseColor
,SoMaterial
,SoPackedColor
,SoVertexProperty
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SoMaterialElement.Masks
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
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static SbColor
getAmbient(SoState name_15475)
static int
getClassStackIndex()
Deprecated.As of Open Inventor 9300.static int
getColorIndex(SoState name_15473, int num)
static int[]
getColorIndices(SoState state)
static boolean
getColorMaterial(SoState name_15479)
static SbColor
getDefaultAmbient()
Specify Open Inventor defaults for colors, etc.static float
getDefaultAmbientIntensity()
Specify Open Inventor defaults for colors, etc.static int
getDefaultColorIndex()
Specify Open Inventor defaults for colors, etc.static SbColor
getDefaultDiffuse()
Specify Open Inventor defaults for colors, etc.static SbColor
getDefaultEmissive()
Specify Open Inventor defaults for colors, etc.static float
getDefaultShininess()
Specify Open Inventor defaults for colors, etc.static SbColor
getDefaultSpecular()
Specify Open Inventor defaults for colors, etc.static float
getDefaultTransparency()
Specify Open Inventor defaults for colors, etc.static SbColor
getDiffuse(SoState state, int index)
get() methods get value from Inventor state.static java.nio.IntBuffer
getDirectColorIndices(SoState state)
static SbColor
getEmissive(SoState name_15476)
int
getNumColorIndices()
Method to inquire about current colors.static long
getNumColorIndices(SoState state)
Method to inquire about current colors.int
getNumDiffuse()
Method to inquire about current colors.static long
getNumDiffuse(SoState state)
Return number of diffuse colors.static int
getNumTransparencies(SoState state)
Method to inquire about current colors.static SoCpuBufferObject
getPackedColors(SoState state)
Return packed colors if any.static float
getShininess(SoState name_15478)
static SbColor
getSpecular(SoState name_15477)
static float
getTransparency(SoState name_15469, int index)
get() methods get value from Inventor state.static boolean
isTransparent(SoState state)
Method to inquire about current colors.void
pop(SoState state, SoElement prevTopElement)
Unref buffer object of the popped element.void
push(SoState state)
Copy current material into the pushed element.static void
setAmbient(SoState state, SoNode node, SbColor color)
static void
setColorIndices(SoState state, SoNode node, int[] indices)
Static set method.static void
setColorMaterial(SoState state, SoNode node, boolean value)
static void
setDiffuse(SoState state, SoNode node, SbColor[] colors)
Static set method.static void
setEmissive(SoState state, SoNode node, SbColor color)
static void
setPacked(SoState state, SoNode node, int[] colors)
static void
setShininess(SoState state, SoNode node, float value)
static void
setSpecular(SoState state, SoNode node, SbColor color)
static void
setTransparency(SoState state, SoNode node, float[] transp)
Static set method.-
Methods inherited from class com.openinventor.inventor.elements.SoElement
getClassStackIndex
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Method Detail
-
getTransparency
public static float getTransparency(SoState name_15469, int index)
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.
-
push
public void push(SoState state)
Copy current material into the pushed element.
-
getDiffuse
public static SbColor getDiffuse(SoState state, int index)
get() methods get value from Inventor state. The public methods are static, they get an instance of the element.
-
pop
public void pop(SoState state, SoElement prevTopElement)
Unref buffer object of the popped element.
-
getDefaultDiffuse
public static SbColor getDefaultDiffuse()
Specify Open Inventor defaults for colors, etc.
-
getDefaultEmissive
public static SbColor getDefaultEmissive()
Specify Open Inventor defaults for colors, etc.
-
getDefaultAmbient
public static SbColor getDefaultAmbient()
Specify Open Inventor defaults for colors, etc.
-
getDefaultSpecular
public static SbColor getDefaultSpecular()
Specify Open Inventor defaults for colors, etc.
-
getClassStackIndex
@Deprecated public static int getClassStackIndex()
Deprecated.As of Open Inventor 9300. replaced by SoElement.getClassStackIndex(Class)Returns the stack id for this element. ] *
-
setColorIndices
public static void setColorIndices(SoState state, SoNode node, int[] indices)
Static set method.
-
setDiffuse
public static void setDiffuse(SoState state, SoNode node, SbColor[] colors)
Static set method.
-
setTransparency
public static void setTransparency(SoState state, SoNode node, float[] transp)
Static set method.
-
getPackedColors
public static SoCpuBufferObject getPackedColors(SoState state)
Return packed colors if any.
-
isTransparent
public static boolean isTransparent(SoState state)
Method to inquire about current colors.
-
getColorMaterial
public static boolean getColorMaterial(SoState name_15479)
-
getDefaultShininess
public static float getDefaultShininess()
Specify Open Inventor defaults for colors, etc.
-
getShininess
public static float getShininess(SoState name_15478)
-
getNumDiffuse
public static long getNumDiffuse(SoState state)
Return number of diffuse colors.
-
getDefaultColorIndex
public static int getDefaultColorIndex()
Specify Open Inventor defaults for colors, etc.
-
getNumColorIndices
public static long getNumColorIndices(SoState state)
Method to inquire about current colors.
-
getDefaultTransparency
public static float getDefaultTransparency()
Specify Open Inventor defaults for colors, etc.
-
getNumTransparencies
public static int getNumTransparencies(SoState state)
Method to inquire about current colors.
-
getNumDiffuse
public int getNumDiffuse()
Method to inquire about current colors.
-
getColorIndices
public static int[] getColorIndices(SoState state)
-
getNumColorIndices
public int getNumColorIndices()
Method to inquire about current colors.
-
getDirectColorIndices
public static java.nio.IntBuffer getDirectColorIndices(SoState state)
-
getColorIndex
public static int getColorIndex(SoState name_15473, int num)
-
getDefaultAmbientIntensity
public static float getDefaultAmbientIntensity()
Specify Open Inventor defaults for colors, etc.
-
-