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 voidSoLightElement. 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 classSoDirectionalLightManipDirectional light node with 3D interface for editing direction.classSoPointLightManipPoint light node with 3D interface for editing location.classSoSpotLightManipSpotlight 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 classSoDirectionalLightNode representing a directional light source.classSoPointLightNode representing a point light source.classSoSpotLightNode representing a spotlight source.
-