Jump to content

Recommended Posts

Posted

Hello,

 

I need to change directional light color in order to simulate the atmosphere colors in the morning and evening (day/night cycle).

I used the following code, and putted in Update() event in the light self:

 

light_1.light.color = Vec3(myRed, myGreen, myBlue)

 

The problem is, every some seconds, I see in the screen something like a flash white (imagine a lighting in the sky, which enlighten all the environment for a few frames).

 

Is my code correct? Is there any other way to simulate color changing?

 

Thank you for your help!

Posted

A light is Vec4, so probably your alpha value gets random values since you use a Vec3.

Ryzen 9 RX 6800M ■ 16GB XF8 Windows 11 ■
Ultra ■ LE 2.53DWS 5.6  Reaper ■ C/C++ C# ■ Fortran 2008 ■ Story ■
■ Homepage: https://canardia.com ■

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...