-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add Posterize option to LTCGI Diffuse #85
base: dev
Are you sure you want to change the base?
Conversation
Hmm, I'm not really sure I want to add a branch just for this 🤔 The v2 of the toon shader (which is what I assume this is meant to be used with) could probably support an extra spot where you posterize the LTCGI results in its own module. However, thinking about it some more it feels like doing something like using the Toon Ramp and other shading settings might be what you actually want? Then instead of just pure posterization with discrete steps - you could have full ramp-based control over how the diffuse shading from LTCGI is applied? 🤔 |
In a separate LTCGI module, or using a compiler directive in the current one? I hadn't really considered a Toon Ramp, though that could be useful and easier to customize. And yes this effect is primarily for LTCGI on Toon, aiming to make it look more "Toony" to fit with the aesthetic. |
Probably a separate module So for this kinda thing i could imagine LTCGI putting data into something like |
Gave Toon it's own LTCGI module with Texture Ramp support. |
oh I meant that I could set up something like that for the 2.0 version, not the current one |
The |
the |
Ah ok |
The This is also supported by the Toon shader now.
|
Updated the Toon LTCGI and CustomGI Ramp modules, thought having it as a separate module would become useful for providing Toon Ramping for other CustomGI FX (perhaps AreaLit and VRSLGI). Also should I remove the LTCGI Toon module from V1? |
Have you tested it in Toon v1? As I'm pretty sure toon v1 doesn't have any hook points for |
I have not tested the V2 LTCGI Toon Module with V1 Toon, |
The V1 LTCGI Toon Module still functions with V1 Toon, using |
yeah, ok, that's about what I expected, as Toon v1 doesnt have %CustomGI hooks |
No description provided.