public class SoVRMLLight extends SoVRMLNode
SoVRMLLight
is the abstract base class for all light nodes. A light node defines an illumination source that may affect subsequent shapes in the scene graph, depending on the current lighting style. Light sources are affected by the current transformation. A light node under a transform does not affect any object outside that transform.
<font color="#0000FF">NOTE:</font> This class does not exist in Open Inventor 10.0 and later.
File format/default:
This is an abstract class. See the reference page of a derived class for the format and default values.
Action behavior:
SoSFFloat | set_ambientIntensity |
SoSFColor | set_color |
SoSFFloat | set_intensity |
SoSFBool | set_on |
SoSFNode | set_metadata |
SoSFFloat | ambientIntensity_changed |
SoSFColor | color_changed |
SoSFFloat | intensity_changed |
SoSFBool | on_changed |
SoSFNode | metadata_changed |
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFFloat |
ambientIntensity
Deprecated.
Specifies the brightness of the ambient emissions of the light.
|
SoSFColor |
color
Deprecated.
Specifies the spectral color properties of the light.
|
SoSFFloat |
intensity
Deprecated.
Specifies the brightness of the direct emission from the light.
|
SoSFBool |
on
Deprecated.
Specifies whether the light is on (true) or off (false).
|
metadata
VERBOSE_LEVEL, ZeroHandle
affectsState, callback, copy, copy, distribute, doAction, getAlternateRep, getBoundingBox, getByName, getMatrix, getPrimitiveCount, getRenderUnitID, GLRender, GLRenderBelowPath, GLRenderInPath, GLRenderOffPath, grabEventsCleanup, grabEventsSetup, handleEvent, isBoundingBoxIgnoring, isOverride, pick, rayPick, search, setOverride, touch, write
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
dispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizable
getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
public final SoSFBool on
public final SoSFFloat intensity
public final SoSFColor color
public final SoSFFloat ambientIntensity
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com