Lot of doc

This commit is contained in:
Thomas FORGIONE
2015-07-06 11:14:42 +02:00
parent c0eb2d26f5
commit f11b1ed7dc
15 changed files with 634 additions and 134 deletions

View File

@@ -6,13 +6,14 @@ else
CLOSURE=../utils/simple-compiler/compiler.sh
endif
all: L3D L3DP Socket Three Stats Bouncing Multisphere StreamingSimulator PrototypeReplay PrototypeInteractive Tutorial
all: L3D L3DP Socket Three Stats Bouncing Multisphere StreamingSimulator PrototypeReplay PrototypeInteractive Tutorial TestList
L3D:
$(CLOSURE) $(OPT) \
--js l3d/src/l3d.js \
--js l3d/src/math/Tools.js \
--js l3d/src/math/Hermite.js \
--js l3d/src/utils/List.js \
--js l3d/src/utils/CameraSelecter.js \
--js l3d/src/utils/Logger.js \
--js l3d/src/utils/Objects.js \
@@ -33,6 +34,13 @@ L3D:
--js l3d/src/scenes/initScene.js \
--js_output_file ../static/js/l3d.min.js
TestList:
$(CLOSURE) $(OPT) \
--js l3d/src/l3d.js \
--js l3d/src/utils/List.js \
--js l3d/src/utils/ListTest.js \
--js_output_file ../static/js/ListTest.min.js
L3DP:
$(CLOSURE) $(OPT) \
--js l3d/apps/prototype/ButtonManager.js \