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