Object Hierarchy | Related C++ Class: Light | Supported Parameter List: light
Inheritance
SIObject
ProjectItem
SceneItem
X3DObject
DirectedObject
Light
Description
The Light object represents a Softimage light within a scene, such as a light point, a spot light, etc. Light can be created with X3DObject.AddLight.
Methods
Properties
|
|
|
|
Examples
VBScript Example
dim pointLight
set pointLight = ActiveProject.ActiveScene.Root.AddLight("Point")
LogMessage "Point light name: " & pointLight.NameAutodesk Softimage v7.5