Newer
Older
HuangJiPC / public / static / three / examples / jsm / utils / ShadowMapViewer.d.ts
@zhangdeliang zhangdeliang on 21 Jun 112 bytes update
import { Light } from '../../../src/Three';

export class ShadowMapViewer {

	constructor( light: Light )

}