Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.Matrix.CreateLookAt

Malware edited this page Dec 24, 2018 · 17 revisions

IndexMatrix

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

Summary

Creates a view matrix.

void CreateLookAt(ref Vector3 cameraPosition, ref Vector3 cameraTarget, ref Vector3 cameraUpVector, ref Matrix result)

Summary

Creates a view matrix.

Clone this wiki locally