Easiest way to make positive-Y axis go downward (without using scale)?

For now, what I’m doing is flipping the Y values of the custom world matrices that I’m supplying to Three.js, and I have autoUpdate set to false on the Scene so that Three.js doesn’t do world matrix calculations.

I’d still like to know how to do it using Three’s API, if possible.