Model.OrientCamera Method

Orients the Camera between the two specified points.
Public Overridable Sub OrientCamera( _ 
ByVal location As Point3D, _ 
ByVal target As Point3D
)
This language is not supported or no code example is available.
public virtual void OrientCamera( 
Point3D location
Point3D target 
)
This language is not supported or no code example is available.

Parameters

location
Point3D

The camera location

target
Point3D

The new camera target

Remarks
 
The <param nameref="location" /> parameter is used just ot determine the direction. The final Camera.Location depends on the target and the Camera.Distance

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition