Click or drag to resize

IVIZZARDServiceSetRotateCameraByPoint Method

포인트 기준으로 카메라 회전

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
void SetRotateCameraByPoint(
	float RotateXAxis,
	float RotateYAxis,
	float RotateZAxis,
	float PointX,
	float PointY,
	float PointZ
)

Parameters

RotateXAxis
Type: SystemSingle
X축 회전값
RotateYAxis
Type: SystemSingle
Y축 회전값
RotateZAxis
Type: SystemSingle
Z축 회전값
PointX
Type: SystemSingle
회전 중심 위치 X
PointY
Type: SystemSingle
회전 중심 위치 Y
PointZ
Type: SystemSingle
회전 중심 위치 Z
See Also