OGLLight

Object Hierarchy | 関連する C++クラス:OGLLight

説明

OGLLight オブジェクトは、Light オブジェクトの OGLライトプロパティです。OGLLight オブジェクトは読み取り専用です。

プロパティ

Color ConeAngle InterestPosition LightPosition
Type      
       

VBScript の例

dim spot
set spot = ActiveProject.ActiveScene.Root.AddLightRig("Spot").Light
LogMessage "OGL light: " & TypeName(spot.OGLLight)

関連項目

Light.OGLLight