Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default Text.material.toneMapped to false #300

Closed
wants to merge 1 commit into from

Commits on Jan 25, 2024

  1. Default Text.material.toneMapped to false

    three.js sets `toneMapping` to `NoToneMapping` by default, however react-three-fiber sets it it to `ACESFilmicToneMapping` by default, which produces some distorted colors.
    
    It would be nice to disable tone mapping by default since it probably doesn't make sense to apply tone mapping to text.
    Methuselah96 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    9f792d8 View commit details
    Browse the repository at this point in the history