three.interaction.js icon indicating copy to clipboard operation
three.interaction.js copied to clipboard

three.js interaction toolkit, help you built an interaction event-system for three.js, binding interaction event like browser-dom

Results 37 three.interaction.js issues
Sort by recently updated
recently updated
newest added

I downloaded the latest three.min.js from https://threejs.org/ and am getting this error. ```js Uncaught TypeError: class constructors must be invoked with 'new' InteractionManager http://localhost:3000/js/three.interaction.js:715 Interaction http://localhost:3000/js/three.interaction.js:4470 http://localhost:3000/js/myfile.js:49 [three](http://localhost:3000/js/three.interaction.js) ```

Installing with NPM now gives this error: Any thoughts ? ```bash npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected]...

Bumps [three](https://github.com/mrdoob/three.js) from 0.91.0 to 0.137.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=three&package-manager=npm_and_yarn&previous-version=0.91.0&new-version=0.137.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [karma](https://github.com/karma-runner/karma) from 1.7.1 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...

dependencies

**% npm install -S three.interaction** added 2 packages, and audited 3 packages in 5s 2 high severity vulnerabilities Some issues need review, and may require choosing a different dependency. **%...

TypeError: Class constructor EventDispatcher cannot be invoked without 'new' with three.js version 0.128.0

With this tool, I can normally listen for mouse events for the model. But i don't know how to judge a click on a blank scene . const pointer =...

Hi, thanks for the fantastic tool, can you please help me to figure out how to identify a `double click` event? When I interact with objects I usually get a...

Your lib is fantastic and really powerful. We are loading ES6 directly into modern browsers for optimized loading with Import promise etc. Noticing that three.interaction causes error when used directly....