Uses of Enum Class
com.openinventor.inventor.elements.SoLightModelElement.Models
Packages that use SoLightModelElement.Models
Package
Description
The element classes are used internally for storing information in Open Inventor's traversal state list.
-
Uses of SoLightModelElement.Models in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoLightModelElement.ModelsModifier and TypeMethodDescriptionstatic SoLightModelElement.Models
Returns current lighting model from the state.static SoLightModelElement.Models
SoLightModelElement.getDefault()
Returns the default lighting model.static SoLightModelElement.Models
SoLightModelElement.Models.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoLightModelElement.Models
Returns the enum constant of this class with the specified name.static SoLightModelElement.Models[]
SoLightModelElement.Models.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.elements with parameters of type SoLightModelElement.ModelsModifier and TypeMethodDescriptionstatic void
SoLightModelElement.set
(SoState state, SoLightModelElement.Models model) Sets the current lighting model in the state.static void
SoLightModelElement.set
(SoState state, SoNode name_14223, SoLightModelElement.Models model) Sets the current lighting model in the state.