Initial working version of transformation preview

- missing ability to modify matrix
- sdvDecompose is still probably wrong
- missing ability to edit rotations using axis + angle
This commit is contained in:
Misode
2023-02-09 18:03:15 +01:00
parent 106323186c
commit 03ddf6011b
8 changed files with 536 additions and 3 deletions

View File

@@ -6,5 +6,6 @@ export * from './Guides.js'
export * from './Home.js'
export * from './Partners.js'
export * from './Sounds.js'
export * from './Transformation.jsx'
export * from './Versions.js'
export * from './Worldgen.jsx'