Getting a vector from current camera position

Basically, how do i get a vector from the current direction the camera is facing?

Transform its forward vector into render’s coordinate system:

render.getRelativeVector(camera, Vec3.forward())