How can I set camera FOV using three.js?

Check out this thread I made: THREE.js camera aspect / FOV

You can probably override those settings as long as your code runs after the 8th Wall code that sets the projection matrix, but then you’ll probably experience tracking issues so better to find an alternative to changing FOV.