Everything seems to work, except viewport lines

This commit is contained in:
Thomas FORGIONE
2015-07-06 17:18:08 +02:00
parent 4da5754b64
commit 59e6806d16
17 changed files with 194 additions and 257 deletions

View File

@@ -22,12 +22,13 @@ L3D:
--js l3d/src/canvases/MousePointer.js \
--js l3d/src/canvases/Previewer.js \
--js l3d/src/loaders/ProgressiveLoader.js \
--js l3d/src/recommendations/ViewportRecommendation.js \
--js l3d/src/recommendations/BaseRecommendation.js \
--js l3d/src/recommendations/ViewportRecommendation.js \
--js l3d/src/recommendations/ArrowRecommendation.js \
--js l3d/src/recommendations/ReverseRecommendation.js \
--js l3d/src/cameras/ReplayCamera.js \
--js l3d/src/cameras/Camera.js \
--js l3d/src/cameras/FixedCamera.js \
--js l3d/src/cameras/PointerCamera.js \
--js l3d/src/cameras/CameraContainer.js \
--js l3d/src/scenes/initScene.js \