PostprocessRackPass
Extends:
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public get |
connections: * |
|
| public set |
|
|
Method Summary
| Public Methods | ||
| public |
dispose() |
|
| public |
getPass(id: *): * |
|
| public |
getTargetId(id: *): * |
|
| public |
onApply(gl: *, renderer: *, textureSource: *, renderTarget: *) |
|
| public |
registerPass(id: *, pass: *) |
|
| public |
|
|
| public |
unregisterPass(id: *) |
|
Inherited Summary
| From class PostprocessPass | ||
| public |
apply(gl: *, renderer: *, textureSource: *, renderTarget: *, shader: *, overrideUniforms: undefined, overrideSamplers: undefined) |
|
| public |
createTarget(id: *, level: number, floatPointData: boolean, potMode: undefined): * |
|
| public |
|
|
| public |
destroyTarget(id: *) |
|
| public |
dispose() |
|
| public |
getTargetId(id: *): * |
|
| public |
onApply(gl: *, renderer: *, textureSource: *, renderTarget: *) |
|
| public |
onResize(width: *, height: *) |
|
Public Constructors
Public Methods
public getTargetId(id: *): * source
Override:
PostprocessPass#getTargetIdParams:
| Name | Type | Attribute | Description |
| id | * |
Return:
| * |
public onApply(gl: *, renderer: *, textureSource: *, renderTarget: *) source
Override:
PostprocessPass#onApplyParams:
| Name | Type | Attribute | Description |
| gl | * | ||
| renderer | * | ||
| textureSource | * | ||
| renderTarget | * |
public registerPass(id: *, pass: *) source
Params:
| Name | Type | Attribute | Description |
| id | * | ||
| pass | * |
public unregisterAllPasses() source
public unregisterPass(id: *) source
Params:
| Name | Type | Attribute | Description |
| id | * |
