How to make a panning translucent instance ? Trying to make a sky sphere !


I want to make a Sky Sphere withpanning colors ! The Magenta seperately from the purple and the black as well as panning clouds, but haven’t been able to figure out how to get transparency on the individual layers ! How would I be to fix this and get to my goal ?

2 Likes

You would actually need two spheres, one that you could see the other through.

Inside one material, you can make it transparent, but that applies to the whole thing. You can’t really say one colour is transparent.

You can blend betwen colors in a non-transparent material, in fact, that would be the better route, as I think two transparent sky spheres would be a frame eater :slight_smile:

2 Likes

How would I go about doing that ? Either one or just the more efficient way I mean

2 Likes

Most sky sphere materials are not translucent. And ( very basically ) you can lerp between colors like this

1 Like