class PostProcess
| Name | Type | Description | |
|---|---|---|---|
| name | string | ||
| fragmentUrl | string | ||
| parameters | Nullable<string[]> | ||
| samplers | Nullable<string[]> | ||
| options | number or PostProcessOptions | ||
| camera | Nullable<Camera> | ||
| optional | samplingMode | number | |
| optional | engine | Engine | |
| optional | reusable | boolean | |
| optional | defines | Nullable<string> | |
| optional | textureType | number | |
| optional | vertexUrl | string | |
| optional | indexParameters | any |
An event triggered when the postprocess is activated.
@type {BABYLON.Observable}
An event triggered when the postprocess changes its size.
@type {BABYLON.Observable}
| Name | Type | Description | |
|---|---|---|---|
| postProcess | PostProcess |
An event triggered when the postprocess applies its effect.
@type {BABYLON.Observable}
| Name | Type | Description | |
|---|---|---|---|
| effect | Effect |
An event triggered before rendering the postprocess
@type {BABYLON.Observable}
| Name | Type | Description | |
|---|---|---|---|
| effect | Effect |
An event triggered after rendering the postprocess
@type {BABYLON.Observable}
| Name | Type | Description | |
|---|---|---|---|
| efect | Effect |
| Name | Type | Description | |
|---|---|---|---|
| postProcess | PostProcess |
| Name | Type | Description | |||
|---|---|---|---|---|---|
| optional | defines | Nullable<string> | |||
| optional | uniforms | Nullable<string[]> | |||
| optional | samplers | Nullable<string[]> | |||
| optional | indexParameters | any | |||
| optional | onCompiled | effect | Effect |
| optional | onError | | effect | Effect |
| Name | Type | Description | |
|---|---|---|---|
| camera | Nullable<Camera> | ||
| optional | sourceTexture | Nullable<InternalTexture> | |
| optional | forceDepthStencil | boolean |
| Name | Type | Description | |
|---|---|---|---|
| optional | camera | Camera |