frmView3DOrbitCamera Method

Orbit the camera around the centerpiece.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
private void OrbitCamera(
	float pitchDelta,
	float yawDelta
)

Parameters

pitchDelta  Single
The change in pitch.
yawDelta  Single
The change in yaw.

See Also