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

Simplify shader nodes to use OSL shaders #36

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

Conversation

Aodaruma
Copy link

The large number of shader nodes which convert from sh to RGB in the middle were rewritten using OSL shaders.
This allows the shaders to represent colors using all the sh attributes stored in the vertices without causing errors.

However, this change assumes that OSL shaders are enabled, so GPU drivers that do not support OSL will not be able to be used.

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.

1 participant