UNPKG

@types/three

Version:
10 lines (7 loc) 270 B
import { ColorRepresentation } from "three"; import { FullScreenQuad, Pass } from "./Pass.js"; export class ClearPass extends Pass { constructor(clearColor?: ColorRepresentation, clearAlpha?: number); clearColor: ColorRepresentation; clearAlpha: number; }