ignore this, my question was stupid
Announcement
Collapse
No announcement yet.
Rough Specular reduces specularity amount?
Collapse
X
-
Maya Love?
Glossy Fresnel plus a VrayGlossyMtl/VrayCoatMtl as Vlado described (I prefer layering in a blend material myself) would be massively helpful in the production I'm currently working on. I know this is the Max forum, but what is the timeline for implementing these for Maya?
Many Thanks,
Tim
Comment
-
Originally posted by vlado View PostAs sharktacos pointed out, a simple texture map will not work accurately. I'm still trying to figure out what is the best thing to do in that case. I have two options:
a) Add an option to VRayMtl to ignore the diffuse and refractive layers and use the Fresnel transparency of the reflective layer as transparency for the whole material. In that case, if you put it as a coat in a VRayBlendMtl material with full blending, without any texture map, it will automatically blend things correctly.
b) Create a new VRayGlossyMtl material that only contains the reflective portion of a VRayMtl material with the Fresnel transparency as transparency for the whole material.
Which option do you prefer?
Best regards,
Vlado
vlado we need option B - I need this now
Comment
-
FWIW, I'd prefer an option in the VRayMtl, as the effect will be exactly the same as a separate material (the way I read it at least), should keep things a bit cleaner. Something called "Isolate reflection for layering". That would be neat.
- Likes 1
Comment
-
Originally posted by Rens View PostFWIW, I'd prefer an option in the VRayMtl, as the effect will be exactly the same as a separate material (the way I read it at least), should keep things a bit cleaner. Something called "Isolate reflection for layering". That would be neat.
Comment
-
Originally posted by sharktacos View Post
I think the idea is to have a way to do the "coat" that is made by using the additive mode in the blendMtl, except to do it without breaking the rules of PBR. Not sure how that would work if it was put into the VRayMtl. Let's say for example I want to combine the sss from an SSS2 material with the spec from a VrayMtl by combining them in a BlendMtl. Would that be possible as you are envisioning it?
But this brings up another point, what if you have multiple reflections you'd like layered on top of each other, you can't darken down the base diffuse layer with each additional reflection layer you have. Ideally, but correct me if I'm wrong, the math would be that you take the average of all the reflection layers, and then blend the base diffuse and that average together using the reflection filter. So with three layers (with Fresnel off) it would look like this:
(((Reflection1 + Reflection2 + Reflection3) / 3) * ReflectionFilter) + (Base * (1 - ReflectionFilter))
Which is a bit of a mess, because the three reflection layers all could have different glossiness and Fresnel settings, giving different ReflectionFilter curves.
Maybe there could be an option in the VRayBlendMtl for 'reflection layering', where it smartly layers all the reflections from the coats on top of the base correctly, reading the info from the VRayMtl coats. Or, a way to dynamically add reflection layers in the VRayMtl itself, which might be a UI nightmare as well.
Comment
-
I would like to use ALSurface plugged into the base of a blend material and then plug a new reflection material that has only the reflection parameters found in a vraymtl. You could layer many reflective layers and it would be energy conserving. You would not need a mask. You would get the nice glossy reflections with rough fresnel. It would be free from that funny bump map artifact. It would be easy to use and look great.
I believe this is a top priority for chaos group because the current workflow is broken and Hacky. Either use a falloff mask and the reflections look wrong or use additive to make it look correct but run the risk of making it non energy conserving.
i prefer additive mode but really wish that this gets solved asap.
Chaos group are extreemly smart - I think they can solve this easy. I like Vlado's idea of a reflection material that you can layer in the blend mtl
Last edited by stevejjd; 17-09-2017, 03:47 AM.
Comment
Comment