ソースを参照

merge with master

David Catuhe 7 年 前
コミット
928d9cd68b

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


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


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


+ 1 - 1
src/babylon.scene.ts

@@ -4341,7 +4341,7 @@
             return hdrSkybox;
         }
 
-        public createDefaultEnvironment(options: IEnvironmentHelperOptions): Nullable<EnvironmentHelper> {
+        public createDefaultEnvironment(options: Partial<IEnvironmentHelperOptions>): Nullable<EnvironmentHelper> {
             if (BABYLON.EnvironmentHelper) {
                 return new EnvironmentHelper(options, this);
             }