threepipe
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1 год назад
1234567891011121314151617181920212223
  1. ---
  2. prev: false
  3. next:
  4. text: 'DropzonePlugin'
  5. link: './DropzonePlugin'
  6. ---
  7. # TonemapPlugin
  8. [//]: # (todo: image)
  9. [Example](https://threepipe.org/examples/#tonemap-plugin/) —
  10. [Source Code](https://github.com/repalash/threepipe/blob/master/src/plugins/postprocessing/TonemapPlugin.ts) —
  11. [API Reference](https://threepipe.org/docs/classes/TonemapPlugin.html)
  12. TonemapPlugin adds a post-processing material extension to the ScreenPass in render manager
  13. that applies tonemapping to the color. The tonemapping operator can be changed
  14. by setting the `toneMapping` property of the plugin. The default tonemapping operator is `ACESFilmicToneMapping`.
  15. Other Tonemapping properties can be like `exposure`, `contrast` and `saturation`
  16. TonemapPlugin is added by default in ThreeViewer unless `tonemap` is set to `false` in the options.