1
[Max] Feature Requests / Re: Faster volume effect/ aerial perspective
« on: 2023-11-28, 20:24:30 »
Looking forward !
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
I remember that someone seem to have already asked in this thread, but I can’t find if the request was logged
https://quixel.com/blog/2020/1/22/blending-megascans-assets-in-ue4?utm_campaign=Tutorials&utm_source=youtube&utm_medium=social&utm_content=Goddess%20Temple%20in%20UE4:%20Lighting%20%26%20Blending
It would be very nice to get a blend-shader, I’m now doing more and more exteriors and fitting individual assets into the environment can be very time-consuming.
Now, we can do this by using CoronaDistance, but if you want to do so - you need to create a Layered mtl each time for each object, that you want to organically fit into the environment. If a more complex material is applied to the ground, which already contains Layered mtls, the shader tree turns into a mess. Plus we can't get proper normal blending, CoronaRoundEdges Map doesn't work well in this case.
It would be convenient if, right in the “advanced options” section, each material had a checkbox that would enable mixing with environmental materials, without the need to change the material tree and add objects manually to CoronaDistance.
- this section could have a numeric distance/radius parameter;
- a map slot similar to the "Distance scale" slot in the Corona Distance map (there we could insert a height map from an object that we embed in the environment or some noise map);
- a checkbox for mixing normals, which will either use a separate radius or take it from the main distance parameter.
- texture coordinates can be projected directly from the parent (ground) object.
P.S. This will undoubtedly complicate the structure of CoronaPhysicalMtl, especially for the newcomers.
And in general I am not a supporter of the approach of a universal all-in-one shader for all use cases. So I would prefer to have an additional map (or a reworked corona distance map with the second "mode") that would contain all these parameters and would connect to a special map slot in corona physical mtl, if necessary.