undef-dice
2026-01-30
Chamber wireframe migrated to drei's Line component; Die torque made deterministic via seeded props
7 files · 328+ · 187-
Chamber wireframe migration
1 file changed
Chamber.tsxMigrated wireframe rendering from raw <line> to drei's <Line> component
Deterministic Die torque
2 files changed
Die.tsxTorque now accepted as prop for deterministic throws; physics parameters tunedDiceScene.tsxUpdated to pass seeded torque values to dice
- Made
Die.tsxtorque deterministic by accepting atorqueprop from the parent instead of usingMath.random()internally remediate behavioral1 file
Die.tsx
- Tuned
Die.tsxphysics: adjusted damping, restitution, friction, added ball colliders and CCD remediate behavioral1 file
Die.tsx
- Updated
DiceScene.tsxto pass seeded torque values to dice remediate internal1 file
DiceScene.tsx
Configuration updates
3 files changed
dice-configs.tsNew dice config entriesmain.tsUpdated initializationindex.htmlAdditional configuration options
- Added seeded torque generation in the dice rolling flow for reproducible roll animations
remediate
behavioral
1 file
DiceScene.tsx
- Updated
index.htmlwith additional configuration options remediate internal1 file
index.html
- Added new dice config entries in
src/config/dice-configs.tsbaseline internal1 file
dice-configs.ts