THREE.BloomPass
See theBloomPass companion object
class BloomPass(strength: Double, kernelSize: Double, sigma: Double, resolution: Double) extends EffectPass
Bloom pass that adds a bloom/glow effect to bright areas
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Inherited methods
Attributes
- Inherited from:
- EffectPass
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:
- EffectPass
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
In this article