Reputation: 473
The trackballcontrols demo at http://threejs.org/examples/misc_controls_trackball.html works great. But when I download it and the associated files and try to run it from local disk, it's blank. I checked and don't find any loaded textures. How can I get this running from local disk?
Or is there a better example of trackball controls?
I'm running Firefox 20.0 on Linux Mint 14.1 cinnamon.
Thanks!
Upvotes: 1
Views: 154
Reputation: 7761
If it's all black then it;s probably due to loading textures locally. This should help:
https://github.com/mrdoob/three.js/wiki/How-to-run-things-locally
Upvotes: 1