ShadowMapViewer.d.ts 96 B

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