KCL: Rotations in pattern transform (#3979)

Pattern transforms now have a new `rotation` parameter, letting you rotate each instance of the shape. Currently only rotation around the local origin (i.e. rotating the object around the center of its own bounding box) works correctly. Rotating around a global origin (i.e. center of the scene) will be fixed on the server side soon.
This commit is contained in:
Adam Chalmers
2024-09-26 15:02:45 -05:00
committed by GitHub
parent 27c6f75a49
commit ca95427f21
16 changed files with 213 additions and 17 deletions

File diff suppressed because one or more lines are too long