浏览代码

Updated Scene.d.ts

Mr.doob 5 年之前
父节点
当前提交
163e319bb9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/scenes/Scene.d.ts

+ 1 - 0
src/scenes/Scene.d.ts

@@ -25,6 +25,7 @@ export class Scene extends Object3D {
 	overrideMaterial: Material | null;
 	overrideMaterial: Material | null;
 	autoUpdate: boolean;
 	autoUpdate: boolean;
 	background: null | Color | Texture;
 	background: null | Color | Texture;
+	environment: null | Texture;
 
 
 	toJSON( meta?: any ): any;
 	toJSON( meta?: any ): any;
 	dispose(): void;
 	dispose(): void;