Is there an easy way to change the Three.js coordinate system so that Y values increase as they move down the screen instead of up?
I have to write some code that works in both SVG and Three.js. It'd be nice if I didn't need to keep flipping the Y coordinates. (And the code already works in SVG, so I'd prefer to stick to SVG's increasing-Y-means-down convention.)