lookAtMatrix property

Matrix4 lookAtMatrix

Implementation

Matrix4 get lookAtMatrix {
  return makeViewMatrix(position, target, up);
}