UNPKG

three-stdlib

Version:

stand-alone library of threejs examples

9 lines (6 loc) 274 B
import { Scene, Camera, Color } from 'three' import { SSAARenderPass } from './SSAARenderPass' export class TAARenderPass extends SSAARenderPass { constructor(scene: Scene, camera: Camera, clearColor: Color | string | number, clearAlpha: number) accumulate: boolean }