projectionMatrix

Projection matrix (view→clip) computed by Filament. Null until this state is attached to a io.github.erkko68.filament.compose.FilamentView.

Filament computes this in double precision; the components are narrowed to Float here to match Mat4. For the full-precision array, go through the camera directly (viewState.view?.camera?.getProjectionMatrix()).