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
Store in the state the material properties set by some property nodes. The values of this element are modified by property nodes that affects the material characteristics such as:SoBaseColor,SoMaterial,SoPhysicalMaterial.- See Also:
SoBaseColor,SoPhysicalMaterial,SoMaterial,SoPackedColor,SoVertexProperty
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSoMaterialElement.MasksMasks.-
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 SbColorgetAmbient(SoState name_15035)static intgetClassStackIndex()Deprecated.As of Open Inventor 9.3.0.0.static intgetColorIndex(SoState name_15033, int num)static int[]getColorIndices(SoState state)static booleangetColorMaterial(SoState name_15039)static SbColorgetDefaultAmbient()Specify Open Inventor defaults for colors, etc.static floatgetDefaultAmbientIntensity()Specify Open Inventor defaults for colors, etc.static intgetDefaultColorIndex()Specify Open Inventor defaults for colors, etc.static SbColorgetDefaultDiffuse()Specify Open Inventor defaults for colors, etc.static SbColorgetDefaultEmissive()Specify Open Inventor defaults for colors, etc.static floatgetDefaultMetallic()static floatgetDefaultRoughness()static floatgetDefaultShininess()Specify Open Inventor defaults for colors, etc.static SbColorgetDefaultSpecular()Specify Open Inventor defaults for colors, etc.static floatgetDefaultSpecularFactor()static floatgetDefaultTransparency()Specify Open Inventor defaults for colors, etc.static SbColorgetDiffuse(SoState state, int index)get() methods get value from Inventor state.static java.nio.IntBuffergetDirectColorIndices(SoState state)static SbColorgetEmissive(SoState name_15036)static floatgetMetallic(SoState state)intgetNumColorIndices()Method to inquire about current colors.static longgetNumColorIndices(SoState state)Method to inquire about current colors.intgetNumDiffuse()Method to inquire about current colors.static longgetNumDiffuse(SoState state)Return number of diffuse colors.static intgetNumTransparencies(SoState state)Method to inquire about current colors.static SoCpuBufferObjectgetPackedColors(SoState state)Return packed colors if any.static floatgetRoughness(SoState state)static floatgetShininess(SoState name_15038)static SbColorgetSpecular(SoState name_15037)static floatgetSpecularFactor(SoState state)static floatgetTransparency(SoState name_15029, int index)get() methods get value from Inventor state.static booleanisTransparent(SoState state)Method to inquire about current colors.voidpop(SoState state, SoElement prevTopElement)Unref buffer object of the popped element.voidpush(SoState state)Copy current material into the pushed element.static voidsetAmbient(SoState state, SoNode node, SbColor color)static voidsetColorIndices(SoState state, SoNode node, int[] indices)Static set method.static voidsetColorMaterial(SoState state, SoNode node, boolean value)static voidsetDiffuse(SoState state, SoNode node, SbColor[] colors)Static set method.static voidsetEmissive(SoState state, SoNode node, SbColor color)static voidsetMetallic(SoState state, SoNode node, float value)static voidsetPacked(SoState state, SoNode node, int[] colors)static voidsetRoughness(SoState state, SoNode node, float value)static voidsetShininess(SoState state, SoNode node, float value)static voidsetSpecular(SoState state, SoNode node, SbColor color)static voidsetSpecularFactor(SoState state, SoNode node, float value)static voidsetTransparency(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
-
getDirectColorIndices
public static java.nio.IntBuffer getDirectColorIndices(SoState state)
-
getPackedColors
public static SoCpuBufferObject getPackedColors(SoState state)
Return packed colors if any.
-
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.
-
getTransparency
public static float getTransparency(SoState name_15029, 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.
-
getNumColorIndices
public int getNumColorIndices()
Method to inquire about current colors.
-
pop
public void pop(SoState state, SoElement prevTopElement)
Unref buffer object of the popped element.
-
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.
-
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(since="9.3.0.0") public static int getClassStackIndex()
Deprecated.As of Open Inventor 9.3.0.0. 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.
-
getNumTransparencies
public static int getNumTransparencies(SoState state)
Method to inquire about current colors.
-
getDefaultRoughness
public static float getDefaultRoughness()
-
getNumColorIndices
public static long getNumColorIndices(SoState state)
Method to inquire about current colors.
-
getDefaultShininess
public static float getDefaultShininess()
Specify Open Inventor defaults for colors, etc.
-
isTransparent
public static boolean isTransparent(SoState state)
Method to inquire about current colors.
-
getDefaultSpecularFactor
public static float getDefaultSpecularFactor()
-
getMetallic
public static float getMetallic(SoState state)
-
getDefaultColorIndex
public static int getDefaultColorIndex()
Specify Open Inventor defaults for colors, etc.
-
getRoughness
public static float getRoughness(SoState state)
-
getDefaultMetallic
public static float getDefaultMetallic()
-
getNumDiffuse
public static long getNumDiffuse(SoState state)
Return number of diffuse colors.
-
getDefaultTransparency
public static float getDefaultTransparency()
Specify Open Inventor defaults for colors, etc.
-
getNumDiffuse
public int getNumDiffuse()
Method to inquire about current colors.
-
getColorIndices
public static int[] getColorIndices(SoState state)
-
getColorIndex
public static int getColorIndex(SoState name_15033, int num)
-
getDefaultDiffuse
public static SbColor getDefaultDiffuse()
Specify Open Inventor defaults for colors, etc.
-
getDefaultEmissive
public static SbColor getDefaultEmissive()
Specify Open Inventor defaults for colors, etc.
-
getDefaultAmbientIntensity
public static float getDefaultAmbientIntensity()
Specify Open Inventor defaults for colors, etc.
-
getShininess
public static float getShininess(SoState name_15038)
-
getColorMaterial
public static boolean getColorMaterial(SoState name_15039)
-
getSpecularFactor
public static float getSpecularFactor(SoState state)
-
-