THREE.SSAOPass
See theSSAOPass companion object
class SSAOPass(scene: Scene, camera: Camera, width: Double, height: Double, kernelSize: Double) extends EffectPass
SSAO (Screen Space Ambient Occlusion) pass for realistic ambient occlusion effects
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
def render(renderer: WebGLRenderer, writeBuffer: Object, readBuffer: Object, deltaTime: Double, maskActive: Boolean): Unit
Attributes
- Inherited from:
- EffectPass
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Concrete fields
In this article