ShadowMapViewer.d.ts 106 B

12345678
  1. import {Light} from "../../../src/Three";
  2. export class ShadowMapViewer {
  3. constructor(light: Light)
  4. }