Increase mobile drag radius to 0.25, reduce bounce speed to 0.15 in js/app.js
3cab433
Kyle Pearsoncommited on
Adjust drag mechanics for better mobile responsiveness with optimized `dragRadius` and `bounceSpeed`.
0b91a55
Kyle Pearsoncommited on
Update physics defaults, add camera-lock validation for drag interactions
a7b89f6
Kyle Pearsoncommited on
Add precision slider adjustments in with radius range updated to [0.01,1.0] and step set to 0.01
aca774a
Kyle Pearsoncommited on
Add file type support for and in HTML input, enforce stricter validation in with supported formats list, warn on unsupported files, restrict processing to validated files.
78cdaef
Kyle Pearsoncommited on
collapsed menu on default
4ce21b0
Kyle Pearsoncommited on
Add physics simulation GUI controls, implement dynamic blending, restore camera lock toggle, update oscillation formulas with decay/freq multiplies