diff --git a/README.md b/README.md index 0c38509..25d962d 100644 --- a/README.md +++ b/README.md @@ -77,9 +77,11 @@ The 3D tab catalogs 7,345 models, 8,404 animation files, and 2,254 collision meshes from the US retail disc. The SDK executes the model's PS2 VIF packets, reconstructs geometry, materials, bone hierarchies, skin weights, inverse bind matrices, and I3M quaternion tracks, and resolves TIM2 materials within the -model's own package. Three.js renders the result with orbit controls, model -rotation toggled by R, framing, wireframe, grid, skeleton, playback, and -timeline controls. +model's own package. Three.js renders the result with camera orbit controls and +a DCC-style rotation gizmo: drag its center for free rotation or a colored X, +Y, or Z ring for constrained rotation. The gizmo rotates only the preview +wrapper, preserving the authored model transform for glTF export. Framing, +wireframe, grid, skeleton, playback, and timeline controls remain available. Selecting a model lists every compatible animation in its package. Selecting an animation finds a compatible skeleton by exact track and bone names, including diff --git a/index.html b/index.html index fb1db1f..a9dec06 100644 --- a/index.html +++ b/index.html @@ -384,14 +384,21 @@

MODELS & ANIMATION