浏览代码

Nightly too much :)

David Catuhe 7 年之前
父节点
当前提交
ecad0dba23

文件差异内容过多而无法显示
+ 798 - 798
dist/preview release/babylon.d.ts


文件差异内容过多而无法显示
+ 1 - 1
dist/preview release/babylon.js


+ 4 - 1
dist/preview release/babylon.max.js

@@ -77496,7 +77496,10 @@ var BABYLON;
              * you wish in the ground reflection.
              */
             get: function () {
-                return this._groundMirror.renderList;
+                if (this._groundMirror) {
+                    return this._groundMirror.renderList;
+                }
+                return null;
             },
             enumerable: true,
             configurable: true

文件差异内容过多而无法显示
+ 798 - 798
dist/preview release/babylon.module.d.ts


文件差异内容过多而无法显示
+ 1 - 1
dist/preview release/babylon.worker.js


文件差异内容过多而无法显示
+ 5374 - 5374
dist/preview release/customConfigurations/minimalGLTFViewer/babylon.d.ts


文件差异内容过多而无法显示
+ 1 - 1
dist/preview release/customConfigurations/minimalGLTFViewer/babylon.js


+ 4 - 1
dist/preview release/customConfigurations/minimalGLTFViewer/babylon.max.js

@@ -77017,7 +77017,10 @@ var BABYLON;
              * you wish in the ground reflection.
              */
             get: function () {
-                return this._groundMirror.renderList;
+                if (this._groundMirror) {
+                    return this._groundMirror.renderList;
+                }
+                return null;
             },
             enumerable: true,
             configurable: true

文件差异内容过多而无法显示
+ 5374 - 5374
dist/preview release/customConfigurations/minimalGLTFViewer/babylon.module.d.ts