I got the outline shader in the link of the following thread.
I was actually able to achieve result in only these toon shaders and outline shader.
By another in the post process effect, we have adjusted a lot in color grading.
Is there any way that you can do a github repo which has branches that code that works with different versions (Specifically 4.9.2, 4.10, and Master). Having support for 4.9.2 would help many who wouldnt like to break their build, have small hard drive space, and would like to do production work with it.
Yeah, I have been hard at work on making a fan-port of Project Diva F and F2nd (as a mashup/compilation) inside of Unreal Engine 4, and I am also working on a JRPG-Esque project.
Hi, i’m sorry, but i don’t understand how to install shading model. I had followed the epic tutoriel and i have built the engine, but i don’t know how to have your code. Is anyone can help me ?
I feel a bit lost, I don’t know which branch is the best to download right now? I mean the most stable one because I really want try great shading model with my characters
The other common approach is a post process, the main advantages of a lighting model over that approach are:
Multiple lights: a post process does not have access to the light vector, so those tend to blend the lighting together instead of creating proper per light shading.
Speed: a post process adds a bit of overhead for every screen pixel on top of the regular shading work.
Mobile support: post process materials don’t work on mobile.
@alwei: Thanks for posting your work, it’s always nice to see people actually using something you made
Thanks Nate!
I was having various issues in master (that had nothing to do with the shaders) that made me a bit reluctant to work in there and wait for epic to integrate. So is really great
If it’s available on GitHub, would it be possible to make it available for free on the marketplace? It seems really nice and making it available on the marketplace will assurance a lot more exposure and ease of access than just through GitHub.
I’m a complete noob at integrating GitHub files into UE4. I can follow the link to GitHub but have no idea what to click on. I downloaded something called "UnrealEngine-4.10-toon but I’m not sure what to do from that point on. Will erase and replace the UE4 4.10 I downloaded from Epic?
Would shader allow me to use non-toon materials for some objects in a scene and toon materials for other objects in the same scene? Like, say, a toon gun with an ordinary PBR shader for the character holding the gun?