Uses of Class
com.openinventor.inventor.nodes.SoLight
-
Packages that use SoLight Package Description com.openinventor.inventor.elements The element classes are used internally for storing information in Open Inventor's traversal state list.com.openinventor.inventor.manips com.openinventor.inventor.nodes -
-
Uses of SoLight in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements with parameters of type SoLight Modifier and Type Method Description static void
SoLightElement. add(SoState state, SoLight light, SbMatrix WCToVRCMatrix)
Add to the current light list and to the current matrix list. -
Uses of SoLight in com.openinventor.inventor.manips
Subclasses of SoLight in com.openinventor.inventor.manips Modifier and Type Class Description class
SoDirectionalLightManip
Directional light node with 3D interface for editing direction.class
SoPointLightManip
Point light node with 3D interface for editing location.class
SoSpotLightManip
Spotlight node with 3D interface for editing location, direction, and beam width. -
Uses of SoLight in com.openinventor.inventor.nodes
Subclasses of SoLight in com.openinventor.inventor.nodes Modifier and Type Class Description class
SoDirectionalLight
Node representing a directional light source.class
SoPointLight
Node representing a point light source.class
SoSpotLight
Node representing a spotlight source.
-