Uses of Class
com.openinventor.inventor.nodes.SoShadowGroup.ShadowingMethods
-
Packages that use SoShadowGroup.ShadowingMethods Package Description com.openinventor.inventor.nodes -
-
Uses of SoShadowGroup.ShadowingMethods in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoShadowGroup.ShadowingMethods Modifier and Type Field Description SoSFEnum<SoShadowGroup.ShadowingMethods>
SoShadowGroup. method
Specifies the shadowing technique to use.Methods in com.openinventor.inventor.nodes that return SoShadowGroup.ShadowingMethods Modifier and Type Method Description static SoShadowGroup.ShadowingMethods
SoShadowGroup.ShadowingMethods. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoShadowGroup.ShadowingMethods
SoShadowGroup.ShadowingMethods. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoShadowGroup.ShadowingMethods[]
SoShadowGroup.ShadowingMethods. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.nodes with parameters of type SoShadowGroup.ShadowingMethods Modifier and Type Method Description static boolean
SoShadowGroup. isSupported(SoShadowGroup.ShadowingMethods method)
Indicates if shadow casting is supported by your graphic board.
-