view matrix

From the API docs:

And:

So maybe you are looking for getProjectionMat(). But if you want the entire view matrix, you also need to compose this with base.cam.getNetTransform().getMat().

David