We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 842c22d commit b112e02Copy full SHA for b112e02
types/three/src/lights/LightShadow.d.ts
@@ -1,12 +1,12 @@
1
import { Camera } from "../cameras/Camera.js";
2
+import { TextureDataType } from "../constants.js";
3
import { Object3DJSONObject } from "../core/Object3D.js";
4
import { Frustum } from "../math/Frustum.js";
5
import { Matrix4 } from "../math/Matrix4.js";
6
import { Vector2, Vector2Tuple } from "../math/Vector2.js";
7
import { Vector4 } from "../math/Vector4.js";
8
import { WebGLRenderTarget } from "../renderers/WebGLRenderTarget.js";
9
import { Light } from "./Light.js";
-import { TextureDataType } from '../constants.js';
10
11
export interface LightShadowJSON {
12
intensity?: number;
0 commit comments