Matrix4x4.CreateLookTo(Vector3, Vector3, Vector3) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a right-handed view matrix.
public:
static System::Numerics::Matrix4x4 CreateLookTo(System::Numerics::Vector3 cameraPosition, System::Numerics::Vector3 cameraDirection, System::Numerics::Vector3 cameraUpVector);
public static System.Numerics.Matrix4x4 CreateLookTo (System.Numerics.Vector3 cameraPosition, System.Numerics.Vector3 cameraDirection, System.Numerics.Vector3 cameraUpVector);
static member CreateLookTo : System.Numerics.Vector3 * System.Numerics.Vector3 * System.Numerics.Vector3 -> System.Numerics.Matrix4x4
Public Shared Function CreateLookTo (cameraPosition As Vector3, cameraDirection As Vector3, cameraUpVector As Vector3) As Matrix4x4
Parameters
- cameraPosition
- Vector3
The position of the camera.
- cameraDirection
- Vector3
The direction in which the camera is pointing.
- cameraUpVector
- Vector3
The direction that is "up" from the camera's point of view.
Returns
The right-handed view matrix.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.