Alienhead Posted September 9 Share Posted September 9 I'm looking for a way to adjust the sun directional light, I need to turn it off, or have its shadows turned off or something. Is this accessible via editor or code only ? I have a map that does not require a directional light so far I just turn the light to rgb 0,0,0 but is it still processing shadows? How can i disable the default sun ? Quote I'm only happy when I'm coding, I'm only coding when I'm happy. Link to comment Share on other sites More sharing options...
Solution Josh Posted September 9 Solution Share Posted September 9 If the light color is black, no directional light will be used or saved in the scene. You can open the .ultra file to make sure no directional light is stored in the JSON data. 1 1 Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Alienhead Posted September 9 Author Share Posted September 9 Verified, setting sun to 0,0,0 does indeed exclude it from the .ultra. Good to know! Ty. 1 Quote I'm only happy when I'm coding, I'm only coding when I'm happy. Link to comment Share on other sites More sharing options...
Recommended Posts
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.