allow CAD environment to be z-up, while the Three render is y-up. ~~https://github.com/sgenoud/replicad handles this somehow.~~ [nevermind](https://github.com/sgenoud/replicad/blob/d7fcd2b6e2aeb60e00b91c9a1a92f55329bc01db/packages/studio/src/index.jsx#L12) so what about a transform? - Three is right-handed y-up, we want right-handed z-up. - https://discourse.threejs.org/t/switch-matrix-from-y-up-to-z-up/13331/2 this would enable using more helpers from `@react-three/drei`, e.g. [AccumulativeShadows](https://github.com/pmndrs/drei?tab=readme-ov-file#accumulativeshadows)
allow CAD environment to be z-up, while the Three render is y-up.
https://github.com/sgenoud/replicad handles this somehow.nevermindso what about a transform?
this would enable using more helpers from
@react-three/drei, e.g. AccumulativeShadows