David Catuhe 7 年 前
コミット
31e8bb883f

ファイルの差分が大きいため隠しています
+ 10789 - 7659
Playground/babylon.d.txt


+ 1 - 0
Tools/Gulp/gulpfile.js

@@ -220,6 +220,7 @@ gulp.task("buildWorker", ["workers", "shaders"], function () {
         .pipe(cleants())
         .pipe(replace(extendsSearchRegex, ""))
         .pipe(replace(decorateSearchRegex, ""))
+        .pipe(addDecorateAndExtends())
         .pipe(addModuleExports("BABYLON", {
             dependencies: config.build.dependencies
         }))

ファイルの差分が大きいため隠しています
+ 10625 - 8499
dist/preview release/babylon.d.ts


ファイルの差分が大きいため隠しています
+ 43 - 0
dist/preview release/babylon.js


ファイルの差分が大きいため隠しています
+ 62 - 1
dist/preview release/babylon.worker.js


ファイルの差分が大きいため隠しています
+ 43 - 0
dist/preview release/viewer/babylon.viewer.js