Returns the world-to-view transform (the view matrix), independent of the render target size.
@override Matrix4 getViewMatrix() => _matrix4LookAt(position, target, up);