Uses of Enum Class
com.openinventor.inventor.nodes.SoTextureCombiner.SourceParameters
Packages that use SoTextureCombiner.SourceParameters
-
Uses of SoTextureCombiner.SourceParameters in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoTextureCombiner.SourceParametersModifier and TypeFieldDescriptionSoTextureCombiner.source0Alpha
Specifies one of the three sources for the alpha components.SoTextureCombiner.source0RGB
Specifies one of the three sources for the RGB components.SoTextureCombiner.source1Alpha
Specifies one of the three sources for the alpha components.SoTextureCombiner.source1RGB
Specifies one of the three sources for the RGB components.SoTextureCombiner.source2Alpha
Specifies one of the three sources for the alpha components.SoTextureCombiner.source2RGB
Specifies one of the three sources for the RGB components.Methods in com.openinventor.inventor.nodes that return SoTextureCombiner.SourceParametersModifier and TypeMethodDescriptionSoTextureCombiner.SourceParameters.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.SourceParameters[]
SoTextureCombiner.SourceParameters.values()
Returns an array containing the constants of this enum class, in the order they are declared.