You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an optional avatar selector separate from humanoid rig topology, safely hot-swap document-selected characters with procedural fallback, and add hosted avatar defaults.
8
+
9
+
Keep the renderer peer range compatible with the parser's additive language/IR update.
|`autorotate`|`true`| Slowly orbit the camera when idle. |
70
70
|`speed`|`1`| Playback multiplier (`0.1`–`4`). |
71
-
|`character`|*(rig-driven)*| Realistic figure. Absent: the loaded document's `rig` directive (`humanoid`, `avatar1`, `avatar2`, `avatar3`) picks the hosted character. Set to a GLB URL (Mixamo rig) to pin one character regardless of `rig`, or `off` for the procedural mannequin. Load failures fall back to the mannequin. |
71
+
|`character`|*(document-driven)*| Realistic figure. Absent: optional `avatar avatar1|avatar2|avatar3` selects a hosted appearance; documents without it use the humanoid XBot default. Set to a GLB URL to pin one character regardless of `avatar`, or `off` for the procedural mannequin. Load failures fall back to the mannequin. |
72
72
|`playground`|`https://posecode.org/play`| Base URL for the "Edit ↗" link. |
73
73
74
74
Boolean attributes accept `false` / `0` / `no` / `off` to turn them off, so
0 commit comments