@relu-interactives/spatial-ecs
@relu-interactives/spatial-ecs / index / PostprocessingSyncSystem
Class: PostprocessingSyncSystem
Defined in: systems/PostprocessingSyncSystem.ts:20
Implements
Constructors
Constructor
ts
new PostprocessingSyncSystem(
renderer,
scene,
camera): PostprocessingSyncSystem;Defined in: systems/PostprocessingSyncSystem.ts:28
Parameters
| Parameter | Type |
|---|---|
renderer | WebGLRenderer |
scene | Scene |
camera | PerspectiveCamera |
Returns
PostprocessingSyncSystem
Methods
update()
ts
update(world): void;Defined in: systems/PostprocessingSyncSystem.ts:170
Parameters
| Parameter | Type |
|---|---|
world | World |
Returns
void
Implementation of
dispose()
ts
dispose(): void;Defined in: systems/PostprocessingSyncSystem.ts:197
Returns
void

