VS:SetLightDirection/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision)
 
(No difference)

Latest revision as of 14:37, 12 August 2013

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

ハンドルで指定した光源のパン角度(パノラマ上の開き)と傾きを設定します。

PROCEDURE SetLightDirection(
h :HANDLE;
panAngleR :REAL;
tiltAngleR :REAL);
def vs.SetLightDirection(h, panAngleR, tiltAngleR):
    return None

Parameters

h HANDLE 光源のハンドル
panAngleR REAL 光源のパン角度
tiltAngleR REAL 光源の傾き

Version

利用可能バージョン: MiniCAD7.0