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

Uber Shader Emission Intensity #503

Open
petermandk opened this issue Jul 29, 2021 · 2 comments
Open

Uber Shader Emission Intensity #503

petermandk opened this issue Jul 29, 2021 · 2 comments

Comments

@petermandk
Copy link

Documentation states there should be an intensity parameter in uber shader but it is not, is there a simple way to adjust this parameter? I thought that setting up weight to more than 1 will do the job, but it seem like its doing nothing.

Screenshot 2021-07-29 164142

Screenshot 2021-07-29 164307

@hshakula
Copy link
Contributor

This is some sort of general documentation you are referring to that does not reflect the reality of all plugins. I verified that weight is correctly passed to RPR without clipping when you specify values greater than 1. So seems like you can't imitate intensity using this parameter. But you can enter a color that is multiplied by the intensity and it would work. Try setting the color to (5, 10, 0). This is not really convenient but you are using Houdini, you can always wrap any node into another node or even modify UI and add some expressions.

Here is the simplest example: intensityExample.zip
image
image

@petermandk
Copy link
Author

Got it. Thank you.

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

No branches or pull requests

2 participants