How can we make Three.js scenes use DOM-style coordinates?

I think I might be able to achieve this by setting the matrix of a THREE.Scene, where the matrix will ultimately map all world matrices to the DOM space.

That may work. Give it a try :ok_hand: