22 Jun
2022
22 Jun
'22
3:51 p.m.
to place the camera I'm adding a position= keyword parameter to CoordFrame.fromaxisangle(). to put it in a 4x4 matrix, i have to decide whether to put it in the last column, or the last row. i think it depends on whether i am premultiplying or postmultiplying to apply the transformation. i'm premultiplying. i guess i'll just open it up in the interactive terminal and see which one works.