Uses of Enum Class
com.openinventor.inventor.nodes.SoTextureCombiner.CombineFunctions
Packages that use SoTextureCombiner.CombineFunctions
-
Uses of SoTextureCombiner.CombineFunctions in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoTextureCombiner.CombineFunctionsModifier and TypeFieldDescriptionSoTextureCombiner.combineAlpha
Specifies the texture combiner function to apply on the source<n>Alpha transformed by the operand<n>Alpha.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.CombineFunctionsModifier and TypeMethodDescriptionSoTextureCombiner.CombineFunctions.valueOf
(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.static SoTextureCombiner.CombineFunctions[]
SoTextureCombiner.CombineFunctions.values()
Returns an array containing the constants of this enum class, in the order they are declared.