erosmarcon / three-steer

Basic steering behaviors library based on THREE.js
MIT License
112 stars 20 forks source link

[Feature request] Adapting for use with ES6 modules #4

Closed HJ959 closed 2 years ago

HJ959 commented 2 years ago

Would be great if this library could be adapted for use with ES6 Modules, I have tried myself but to no avail :(

erosmarcon commented 2 years ago

Have a look at this fork https://github.com/AlexusBlack/three-steer Hope it helps.

HJ959 commented 2 years ago

Awesome got it working thank you