brown-ccv / react-volume-viewer

Volume Viewer package for react based websites
MIT License
0 stars 0 forks source link

keypress-listener.js & other Aframe event listeners #83

Open RobertGemmaJr opened 2 years ago

RobertGemmaJr commented 2 years ago

Event listeners for window, document, etc should be attached to a-scene not any individual entity.

Make sure the listeners update the volume immediately - force volume.js update function to run

Do we even need keypress-listener.js? Is turning the clipping on and off separately from the controls something the user desires?

RobertGemmaJr commented 2 years ago

Combine all of the event listeners into a single file?