Jump to content

Change directional light color


Alessandro
 Share

Recommended Posts

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!

Link to comment
Share on other sites

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.

 Share

×
×
  • Create New...