Generates a look-at matrix with the given eye position, focal point, and up axis. If you want a matrix that actually makes an object look at another object, you should use targetTo instead.
mat4 frustum matrix will be written into
Position of the viewer
Point the viewer is looking at
vec3 pointing up
out
Generated using TypeDoc
Generates a look-at matrix with the given eye position, focal point, and up axis. If you want a matrix that actually makes an object look at another object, you should use targetTo instead.