Initial project import
This commit is contained in:
8
node_modules/three-stdlib/postprocessing/TAARenderPass.d.ts
generated
vendored
Normal file
8
node_modules/three-stdlib/postprocessing/TAARenderPass.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user