viewMatrix property

Matrix4 get viewMatrix

The view matrix of the camera, this is without any projection applied on it.

Implementation

Matrix4 get viewMatrix => _viewMatrix..setAsViewMatrix(position, target, up);