Offset the camera by some offset and distance
Namespace: Ico.Windows.Media.Media3DAssembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void OffsetCamera(
Vector3D offset,
double distance
) |
Visual Basic |
---|
Public Sub OffsetCamera ( _
offset As Vector3D, _
distance As Double _
) |
JScript |
---|
public function OffsetCamera(
offset : Vector3D,
distance : double
) |
Parameters
- offset
- Type: System.Windows.Media.Media3D..::..Vector3D
The amount to offset the camera look-at point by
- distance
- Type: System..::..Double
The distance from the look-at point to position the camera
See Also