Browse Source

Updated Scene.d.ts

Mr.doob 5 years ago
parent
commit
163e319bb9
1 changed files with 1 additions and 0 deletions
  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;
 	autoUpdate: boolean;
 	background: null | Color | Texture;
+	environment: null | Texture;
 
 	toJSON( meta?: any ): any;
 	dispose(): void;