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.ModelsReturns current lighting model from the state.static SoLightModelElement.ModelsSoLightModelElement.getDefault()Returns the default lighting model.static SoLightModelElement.ModelsSoLightModelElement.Models.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoLightModelElement.ModelsReturns 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 voidSoLightModelElement.set(SoState state, SoLightModelElement.Models model) Sets the current lighting model in the state.static voidSoLightModelElement.set(SoState state, SoNode name_14240, SoLightModelElement.Models model) Sets the current lighting model in the state.