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.ModelsSoLightModelElement. get(SoState state)Returns 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.ModelsSoLightModelElement.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 voidSoLightModelElement. set(SoState state, SoLightModelElement.Models model)Sets the current lighting model in the state.static voidSoLightModelElement. set(SoState state, SoNode name_14663, SoLightModelElement.Models model)Sets the current lighting model in the state. 
 -