![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | unfa |
In my game I need to fade between day and night, and I am wondering if a single Tween node can do this for me by interpolating all the properties of a WorldEnvironment resource?
Right now I’m interpolating a couple select properites using the Tween node, but I wonder if I could simply this.
I guess blending between skybox HDRis would require some extra shader work, but I don’t need this actually.