0 out of 1 rated this helpful - Rate this topic

Matrix.CreateLookAt Method (Vector3, Vector3, Vector3)

Creates a view matrix.

Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

public static Matrix CreateLookAt (
         Vector3 cameraPosition,
         Vector3 cameraTarget,
         Vector3 cameraUpVector
)

Parameters

cameraPosition
The position of the camera.
cameraTarget
The direction that the camera is pointing.
cameraUpVector
The direction that is "up" from the camera's point of view.

Return Value

The created view matrix.

View space, sometimes called camera space, is similar to world space in that it is typically used for the entire scene. However, in view space, the origin is at the viewer or camera.

Xbox 360, Windows XP SP2, Windows Vista

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.