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

Texture color modification #96

Open
cochrane opened this issue Apr 16, 2018 · 1 comment
Open

Texture color modification #96

cochrane opened this issue Apr 16, 2018 · 1 comment
Labels
enhancement scene format Requires changes to the scene format.

Comments

@cochrane
Copy link
Owner

It would be nice if the diffuse shader had an option to modify the color. Simplest option would be modulate with a constant color. Not sure it would also be the best option, as it wouldn't allow e.g. to make something all white… hm, gotta think about this one for a bit…

@cochrane cochrane changed the title Modulate diffuse colors Change colors of things Apr 17, 2018
@cochrane
Copy link
Owner Author

Okay, I've figured it out. I want to be able to edit hue, saturation and brightness of the diffuse texture. In real time. Other, more complicated color adjustments would take the whole thing too far (for now), but I promise that I will at least not rule out full CoreImage support (but that would be a new issue).

@cochrane cochrane added the scene format Requires changes to the scene format. label Apr 17, 2018
@cochrane cochrane changed the title Change colors of things Texture color modification Apr 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement scene format Requires changes to the scene format.
Projects
None yet
Development

No branches or pull requests

1 participant