Planetside Software Forums

General => File Sharing => Planets => Topic started by: WAS on August 25, 2018, 08:00:26 PM

Title: Semi-Transparent Planetary Rings Example
Post by: WAS on August 25, 2018, 08:00:26 PM
Was helping with a rings example for Ralf on FB. This is what I came up with. Semi-transparent rings with ray-traced reflections.

Gathered Project Download: https://drive.google.com/open?id=1yb5O3gMDnypy1R_5K6_p1KL-veJluUdC

Second image I increased the contrast of the alpha map.
Title: Re: Semi-Transparent Planetary Rings Example
Post by: Ralf Maeder on August 25, 2018, 09:17:40 PM
Thank you very much WASaquatch.
Works like a charm and is simple to use. Two thumbs up.
Title: Re: Semi-Transparent Planetary Rings Example
Post by: cyphyr on August 26, 2018, 03:01:59 AM
Great use of the Glass shader here. The only issue I can see is the the rings them selves won't cast "semi transparent" shadows on the planet because of how the glass shader works.
Title: Re: Semi-Transparent Planetary Rings Example
Post by: WAS on August 26, 2018, 03:04:58 AM
Quote from: cyphyr on August 26, 2018, 03:01:59 AM
Great use of the Glass shader here. The only issue I can see is the the rings them selves won't cast "semi transparent" shadows on the planet because of how the glass shader works.

It uses a basic opacity map for the shadows. Same story as using opacity in general. Not to mention being a disc shadows on the planet itself are hard to achieve. I can't even get the sun in an angle to produce them.
Title: Re: Semi-Transparent Planetary Rings Example
Post by: WAS on August 26, 2018, 03:43:33 AM
Speaking of the shadows though, I noticed I forgot to delete the SSS shape which is breaking them, which is why I can't find shadows. :P This example scene has the shadows fixed, and in an angle to view them. Also lowered reflection settings. At this angle though sun actually hitting the face of the disk is minimal.
Title: Re: Semi-Transparent Planetary Rings Example
Post by: cyphyr on August 26, 2018, 04:58:31 AM
Simple and effective ... mayne add a little roughness to the reflection (or would that break it?)
Title: Re: Semi-Transparent Planetary Rings Example
Post by: WAS on August 26, 2018, 05:24:41 AM
Quote from: cyphyr on August 26, 2018, 04:58:31 AM
Simple and effective ... mayne add a little roughness to the reflection (or would that break it?)

I tried adding roughness to the reflection map (which is the alpha), and tried using the roughness alone, with the alpha it makes it contort to the rings, like the rings were bulbous, with just the map it made it bulbous all over. So wondering if maybe displacement, though not sure if cards can do displacement, which means using something not compatible with semi-transparency. Oi.
Title: Re: Semi-Transparent Planetary Rings Example
Post by: bobbystahr on August 26, 2018, 08:39:32 AM
Thanks Jordan, yet again.