jesstelford / aframe-click-drag-component

Aframe Click & Drag Component
https://jesstelford.github.io/aframe-click-drag-component/
MIT License
103 stars 49 forks source link

Fix ".applyProjection() has been removed." #23

Closed luke3butler closed 2 years ago

luke3butler commented 6 years ago

Console warning when using the NPM module:

THREE.Vector3: .applyProjection() has been removed. Use .applyMatrix4( m ) instead.

This commit fixes the error

jesstelford commented 2 years ago

Thank you for this improvement! (Better late than never 😅)