소스 검색

Merge pull request #257 from abeven/master

#256 add missing targetCamera to gulp
deltakosh 11 년 전
부모
커밋
71cf6615c6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Tools/Gulp/gulpfile.js

+ 1 - 0
Tools/Gulp/gulpfile.js

@@ -69,6 +69,7 @@ gulp.task('scripts', ['shaders'] ,function() {
       '../../Babylon/Lights/Shadows/babylon.shadowGenerator.js',
       '../../Babylon/Collisions/babylon.collider.js',
       '../../Babylon/Cameras/babylon.camera.js',
+      '../../Babylon/Cameras/babylon.targetCamera.js',
       '../../Babylon/Cameras/babylon.freeCamera.js',
       '../../Babylon/Cameras/babylon.followCamera.js',
       '../../Babylon/Cameras/babylon.touchCamera.js',