feat(tabletop): author rotation and tilt angles in degrees

Convert bgm rotation and tilt values to radians only at the three.js
boundary, so the format's angles are authored in degrees.
This commit is contained in:
2026-08-10 00:11:13 +08:00
parent 90baa35c7c
commit b312bf4f1f
6 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ export interface Stacking {
/** Maximum parts per curve length unit; defaults to `1`. */
steps?: number;
/**
* Rotation in radians per shown part about the card's local Y (long) axis.
* Rotation in degrees per shown part about the card's local Y (long) axis.
* Each part tilts `tilt` more than the previous, fanning the stack so its
* edges stay visible. Works with or without a `curve`.
*/