Method: Set_PositionFromParallelView
Member of Now3D.CN3DLight
Syntax
|
Sub
Set_PositionFromParallelView
(
ByVal
DeltaX
As
Long
,
ByVal
DeltaY
As
Long
,
ByVal
OldPositionX
As
Single
,
ByVal
OldPositionY
As
Single
,
ByVal
OldPositionZ
As
Single
,
ByVal
View
As
N3DView
)
|
Description
|
Sets the light position from a parallel viewport
|
Parameters
|
DeltaX
|
|
|
the X move
|
|
DeltaY
|
|
|
the Y move
|
|
OldPositionX
|
|
|
the X coordinate of the Old Position
|
|
OldPositionY
|
|
|
the Y coordinate of the Old Position
|
|
OldPositionZ
|
|
|
the Z coordinate of the Old Position
|
|
View
|
|
|
the viewport (N3DTop, N3DFront or N3DRight)
|