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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Methuselah96
Copy link

@Methuselah96 Methuselah96 commented Jan 25, 2024

three.js sets toneMapping to NoToneMapping by default, however react-three-fiber sets it it to ACESFilmicToneMapping by default, which produces some modified colors for Texts.

It would be nice to disable tone mapping by default for Texts since it probably doesn't make sense to apply tone mapping to text.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant