Uses of Class
com.openinventor.inventor.nodes.SoTextureCombiner.CombineFunctions
-
Packages that use SoTextureCombiner.CombineFunctions Package Description com.openinventor.inventor.nodes -
-
Uses of SoTextureCombiner.CombineFunctions in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoTextureCombiner.CombineFunctions Modifier and Type Field Description SoSFEnum<SoTextureCombiner.CombineFunctions>
SoTextureCombiner. combineAlpha
Specifies the texture combiner function to apply on the source<n>Alpha transformed by the operand<n>Alpha.SoSFEnum<SoTextureCombiner.CombineFunctions>
SoTextureCombiner. combineRGB
Specifies the texture combiner function to apply on the source<n>RGB transformed by the operand<n>RGB.Methods in com.openinventor.inventor.nodes that return SoTextureCombiner.CombineFunctions Modifier and Type Method Description static SoTextureCombiner.CombineFunctions
SoTextureCombiner.CombineFunctions. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoTextureCombiner.CombineFunctions
SoTextureCombiner.CombineFunctions. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoTextureCombiner.CombineFunctions[]
SoTextureCombiner.CombineFunctions. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-