eduardolundgren / tracking.js

A modern approach for Computer Vision on the web
http://trackingjs.com
Other
9.44k stars 1.45k forks source link

could not find "threejs/build/three.min.js" any ideas??? #152

Open Aerographit opened 8 years ago

thiago-rocha commented 8 years ago

@eduardolundgren Could you help us here?

Ashok93 commented 8 years ago

I had the same issue with missing script in locations. I found that three.min.js was not present. So I included using cdn link https://cdnjs.cloudflare.com/ajax/libs/three.js/r78/three.min.js. Please check the HTML file in examples where it is necessary and add it. One such example file is color_fish_tank.html where three.js is necessary. Hope this helps. Thanks.