UNPKG

@threepipe/webgi-plugins

Version:

WebGi - Realistic Rendering Plugins for ThreePipe.

15 lines 585 B
import { AnyOptions, ITexture, Shader, ShadowMaterial, WebGLRenderer } from 'threepipe'; export declare class FSShadowMaterial extends ShadowMaterial { readonly typeSlug = "fsShadow"; assetType: 'material'; private _uniforms; lastFrameTexture: ITexture | null; get materialObject(): ShadowMaterial; onBeforeCompile(shader: Shader, renderer: WebGLRenderer): void; customProgramCacheKey(): string; toJSON(): any; fromJSON(): this | null; copyProps(): this; setDirty(options?: AnyOptions): void; } //# sourceMappingURL=FSShadowMaterial.d.ts.map