Uses of Enum Class
com.openinventor.inventor.elements.SoMaterialElement.Faces
Packages that use SoMaterialElement.Faces
Package
Description
The element classes are used internally for storing information in Open Inventor's traversal state list.
-
Uses of SoMaterialElement.Faces in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoMaterialElement.FacesModifier and TypeMethodDescriptionstatic SoMaterialElement.Faces
SoMaterialElement.Faces.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoMaterialElement.Faces
Returns the enum constant of this class with the specified name.static SoMaterialElement.Faces[]
SoMaterialElement.Faces.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.elements with parameters of type SoMaterialElement.FacesModifier and TypeMethodDescriptionstatic SbColor
SoMaterialElement.getAmbient
(SoState state, SoMaterialElement.Faces face) static int
SoMaterialElement.getColorIndex
(SoState state, SoMaterialElement.Faces face, int num) static int[]
SoMaterialElement.getColorIndices
(SoState state, SoMaterialElement.Faces face) static boolean
SoMaterialElement.getColorMaterial
(SoState state, SoMaterialElement.Faces face) static SbColor
SoMaterialElement.getDiffuse
(SoState state, SoMaterialElement.Faces face, int index) get() methods get value from Inventor state.static IntBuffer
SoMaterialElement.getDirectColorIndices
(SoState state, SoMaterialElement.Faces face) static SbColor
SoMaterialElement.getEmissive
(SoState state, SoMaterialElement.Faces face) static float
SoMaterialElement.getMetallic
(SoState state, SoMaterialElement.Faces face) static long
SoMaterialElement.getNumColorIndices
(SoState state, SoMaterialElement.Faces face) Method to inquire about current colors.static long
SoMaterialElement.getNumDiffuse
(SoState state, SoMaterialElement.Faces face) Returns the number of diffuse colors.static int
SoMaterialElement.getNumTransparencies
(SoState state, SoMaterialElement.Faces face) Method to inquire about current colors.static SoCpuBufferObject
SoMaterialElement.getPackedColors
(SoState state, SoMaterialElement.Faces face) Return packed colors if any.static float
SoMaterialElement.getRoughness
(SoState state, SoMaterialElement.Faces face) static float
SoMaterialElement.getShininess
(SoState state, SoMaterialElement.Faces face) static SbColor
SoMaterialElement.getSpecular
(SoState state, SoMaterialElement.Faces face) static float
SoMaterialElement.getSpecularFactor
(SoState state, SoMaterialElement.Faces face) static float
SoMaterialElement.getTransparency
(SoState state, SoMaterialElement.Faces face, int index) get() methods get value from Inventor state.static void
SoMaterialElement.setAmbient
(SoState state, SoMaterialElement.Faces face, SoNode node, SbColor color) static void
SoMaterialElement.setColorIndices
(SoState state, SoMaterialElement.Faces face, SoNode node, int[] indices) Static set method.static void
SoMaterialElement.setColorMaterial
(SoState state, SoMaterialElement.Faces face, SoNode node, boolean value) static void
SoMaterialElement.setDiffuse
(SoState state, SoMaterialElement.Faces face, SoNode node, SbColor[] colors) Static set method.static void
SoMaterialElement.setEmissive
(SoState state, SoMaterialElement.Faces face, SoNode node, SbColor color) static void
SoMaterialElement.setMetallic
(SoState state, SoMaterialElement.Faces face, SoNode node, float value) static void
SoMaterialElement.setPacked
(SoState state, SoMaterialElement.Faces face, SoNode node, int[] colors) static void
SoMaterialElement.setRoughness
(SoState state, SoMaterialElement.Faces face, SoNode node, float value) static void
SoMaterialElement.setShininess
(SoState state, SoMaterialElement.Faces face, SoNode node, float value) static void
SoMaterialElement.setSpecular
(SoState state, SoMaterialElement.Faces face, SoNode node, SbColor color) static void
SoMaterialElement.setSpecularFactor
(SoState state, SoMaterialElement.Faces face, SoNode node, float value) static void
SoMaterialElement.setTransparency
(SoState state, SoMaterialElement.Faces face, SoNode node, float[] transp) Static set method.