This functions creates a view matrix of the mat4 type and the camera options. It returns the interface IViewOutput.
mat4
IViewOutput
Camera position, defaulting to [2, 2, 4]
Look at direction, defaulting to [0, 0, 0]
Look up direction, defaulting to [0, 1, 0], i.e., the y direction is the look up direction
Generated using TypeDoc
This functions creates a view matrix of the
mat4
type and the camera options. It returns the interfaceIViewOutput
.