brainsnn-r3f-app/src/components/BrainScene.jsx
Respect prefers-reduced-motion: reduce by damping particle speed, disabling camera auto-rotate, and reducing pulse wave amplitude.
There's already a partial CSS hook (@media (prefers-reduced-motion: reduce) in src/styles/global.css) — extend the preference into the R3F scene via window.matchMedia('(prefers-reduced-motion: reduce)').
brainsnn-r3f-app/src/components/BrainScene.jsxRespect
prefers-reduced-motion: reduceby damping particle speed, disabling camera auto-rotate, and reducing pulse wave amplitude.There's already a partial CSS hook (
@media (prefers-reduced-motion: reduce)insrc/styles/global.css) — extend the preference into the R3F scene viawindow.matchMedia('(prefers-reduced-motion: reduce)').