How to display the camera parameters in the console?

Hi there,

it can be difficult to setup the camera parameters within the code, so it would be much easier when we can define our camera position inside the screen and then paste the camera parameters into our code.

So my question is how can we console.log the camera parameters so that we can see the value of the current camera possition?

Thanks for help! :slight_smile:

Have you already tried?

console.log( camera.position );