Show Posts

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.


Messages - Luke Cottle

Pages: [1]
1
Hi guys,

so after having a chat with Peter this morning and tinkering a little, I think I have come up with a solution that will work temporarily.

Original:
Code: [Select]
1.0 - sqrt(1.0 - origMtl.reflection_glossiness)
Modified:
Code: [Select]
1.0 - sqrt(1.0 - origMtl.reflection_glossiness) - (1.0 - sqrt(1.0 - origMtl.reflection_glossiness)) * (1.0 - origMtl.reflection_glossiness)
The thinking is that if I subtract (1.0 - Vray Glossies) as a percentage from the 'corona' glossies, this seems to work close enough.

Like Peter said, this is completely unscientific and probably a bit of a hack - but it does bring the results a bit more in line with the test renders he included above.

If anyone can improve on this then let me know!

We will test this further today and update if there is any issues with this.

Pages: [1]