|
@@ -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;
|