Click or drag to resize

Matrix4InitOpenGLLookat Method

Initializes an OpenGL view matrix.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public static Matrix4 InitOpenGLLookat(
	Vector3 to,
	Vector3 from,
	Vector3 up
)

Parameters

to
Type: Lumiscaphe.Workshop.InteropVector3
The target vector.
from
Type: Lumiscaphe.Workshop.InteropVector3
The eye vector.
up
Type: Lumiscaphe.Workshop.InteropVector3
The Up vector.

Return Value

Type: Matrix4
The OpenGL view matrix.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also