UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines (7 loc) 273 B
import {EnginePlugin} from "../../../../../plugin/EnginePlugin"; export class AmbientOcclusionPostProcessEffect extends EnginePlugin { /** * Higher value will make AO appear darker, lower values will make it lighter */ public intensity: number }