Attempting to create a basic scene in the THREE.js Editor.
Using the built-in Script editor, all control functions seem to be functioning correctly except for the mousewheel (I've tried mousedown, mousemove, etc.). I even attempted to add a listener for the mouse wheel with no luck. Here is how I am testing if it works:
function mousewheel( event ){ console.log("mouseScrolled") }
I understand that I could simply publish and edit the .js file, potentially adding TrackBallControls.js, but for the sake of usability within the Editor, it would be beneficial if this issue can be resolved.
Thank you in advance!