ShadowMapViewer.d.ts 112 B

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