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.source0AlphaSpecifies one of the three sources for the alpha components.SoTextureCombiner.source0RGBSpecifies one of the three sources for the RGB components.SoTextureCombiner.source1AlphaSpecifies one of the three sources for the alpha components.SoTextureCombiner.source1RGBSpecifies one of the three sources for the RGB components.SoTextureCombiner.source2AlphaSpecifies one of the three sources for the alpha components.SoTextureCombiner.source2RGBSpecifies 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.