added Three.js Vendor files

This commit is contained in:
logsol 2012-07-13 01:22:11 +02:00
parent 3c16cfbc05
commit 486cb4f312
3 changed files with 771 additions and 2 deletions

2
lib/Vendor/Three.js vendored
View file

@ -1,3 +1,3 @@
define(["Vendor/Three/build/Three"], function() {
define(["Vendor/Three/Three"], function() {
return THREE;
})