My goal for this project is to manually adjust the parameters of the projection matrix.
For instance, I would like to have the ability to do something similar to the following:
camera.projectionMatrix[15] = 1;
Is there a way to achieve this in Three.JS?