jeromeetienne / tquery

extension system for three.js
http://jeromeetienne.github.io/tquery/
MIT License
651 stars 120 forks source link

Create tquery-extras.js to isolate extra functionality #180

Open dimroc opened 12 years ago

dimroc commented 12 years ago

tquery-bundle unfortunately includes a minified version of THREE js. This extra build target has extraneous content from buildBundle and buildAll without including THREE js allowing consumers to include development versions of THREE, tQuery, and tQuery extras.

Had to refactor to ensure all examples are still functional