提交 e812ff91 编写于 作者: F Filipp Keks

type fixes

上级 eb8116c4
......@@ -6,7 +6,7 @@ import { Texture } from '../textures/Texture';
import { WebGLRenderer } from "../renderers/WebGLRenderer";
import { Camera } from "../cameras/Camera";
import { RenderTarget } from "../renderers/webgl/WebGLRenderLists";
import { WebGLRenderTarget } from "../renderers/WebGLRenderTarget";
import { WebGLCubeRenderTarget } from "../renderers/WebGLCubeRenderTarget";
// Scenes /////////////////////////////////////////////////////////////////////
/**
......@@ -28,7 +28,7 @@ export class Scene extends Object3D {
*/
overrideMaterial: Material | null;
autoUpdate: boolean;
background: null | Color | Texture | WebGLRenderTarget;
background: null | Color | Texture | WebGLCubeRenderTarget;
environment: null | Texture;
readonly isScene: true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册