THREE.UnrealBloomPass
See theUnrealBloomPass companion object
class UnrealBloomPass(resolution: Vector2, strength: Double, radius: Double, threshold: Double) extends EffectPass
Unreal Bloom pass that creates realistic bloom effect with threshold and intensity controls
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
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:
- EffectPass
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
In this article