March 2015
Beginner to intermediate
422 pages
9h 9m
English
Three.js comes with a number of postprocessing passes you can use directly with THREE.EffectComposer. Note that it's best to play around with the examples in this chapter to see the result of these passes and understand what is happening. The following table gives an overview of the passes that are available:
|
Pass name |
Description |
|---|---|
|
|
This is an effect that makes light areas bleed into darker areas. This simulates an effect where the camera is overwhelmed by extremely bright light. |
|
|
This applies a layer of black dots representing the original image across the screen. |
|
|
This simulates a TV screen by applying scanlines and distortions. |
|
|
This shows ... |
Read now
Unlock full access