Uses of Class
com.openinventor.inventor.nodes.SoLightModel.Models
-
Packages that use SoLightModel.Models Package Description com.openinventor.inventor.actions com.openinventor.inventor.nodes -
-
Uses of SoLightModel.Models in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoLightModel.Models Modifier and Type Method Description SoLightModel.Models
SoCallbackAction. getLightModel()
Returns the current lighting model information from the state. -
Uses of SoLightModel.Models in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoLightModel.Models Modifier and Type Field Description SoSFEnum<SoLightModel.Models>
SoLightModel. model
Lighting model to use .Methods in com.openinventor.inventor.nodes that return SoLightModel.Models Modifier and Type Method Description static SoLightModel.Models
SoLightModel.Models. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoLightModel.Models
SoLightModel.Models. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoLightModel.Models[]
SoLightModel.Models. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-