Uses of Class
com.openinventor.inventor.nodes.SoTextureCombiner.SourceParameters
-
Packages that use SoTextureCombiner.SourceParameters Package Description com.openinventor.inventor.nodes -
-
Uses of SoTextureCombiner.SourceParameters in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoTextureCombiner.SourceParameters Modifier and Type Field Description SoSFEnum<SoTextureCombiner.SourceParameters>
SoTextureCombiner. source0Alpha
Specifies one of the three sources for the alpha components.SoSFEnum<SoTextureCombiner.SourceParameters>
SoTextureCombiner. source0RGB
Specifies one of the three sources for the RGB components.SoSFEnum<SoTextureCombiner.SourceParameters>
SoTextureCombiner. source1Alpha
Specifies one of the three sources for the alpha components.SoSFEnum<SoTextureCombiner.SourceParameters>
SoTextureCombiner. source1RGB
Specifies one of the three sources for the RGB components.SoSFEnum<SoTextureCombiner.SourceParameters>
SoTextureCombiner. source2Alpha
Specifies one of the three sources for the alpha components.SoSFEnum<SoTextureCombiner.SourceParameters>
SoTextureCombiner. source2RGB
Specifies one of the three sources for the RGB components.Methods in com.openinventor.inventor.nodes that return SoTextureCombiner.SourceParameters Modifier and Type Method Description static SoTextureCombiner.SourceParameters
SoTextureCombiner.SourceParameters. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoTextureCombiner.SourceParameters
SoTextureCombiner.SourceParameters. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoTextureCombiner.SourceParameters[]
SoTextureCombiner.SourceParameters. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-