Uses of Class
com.openinventor.inventor.elements.SoLightModelElement.Models
-
Packages that use SoLightModelElement.Models Package Description com.openinventor.inventor.elements 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.Models Modifier and Type Method Description static SoLightModelElement.Models
SoLightModelElement. get(SoState state)
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
SoLightModelElement.Models. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoLightModelElement.Models[]
SoLightModelElement.Models. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.elements with parameters of type SoLightModelElement.Models Modifier and Type Method Description static void
SoLightModelElement. set(SoState state, SoLightModelElement.Models model)
Sets the current lighting model in the state.static void
SoLightModelElement. set(SoState state, SoNode name_14654, SoLightModelElement.Models model)
Sets the current lighting model in the state.
-