Gandi Posted March 21, 2010 Share Posted March 21, 2010 Hi! I'm trying to set the intensity of my directional light to a value < 1.0 but it just doesnt seem to work.. im using: EntityColor(sun, Vec4(1.0,1.0,1.0,0.0)); but the light still gets rendered.. is there any other way for doing it (and plz dont say: HideEntity as i want to fade it out slowly..) Quote Link to comment Share on other sites More sharing options...
Canardia Posted March 21, 2010 Share Posted March 21, 2010 EntityColor(sun, Vec4( 0.0, 0.0, 0.0, 1.0 ) ); Quote ■ Ryzen 9 ■ RX 6800M ■ 16GB ■ XF8 ■ Windows 11 ■ ■ Ultra ■ LE 2.5 ■ 3DWS 5.6 ■ Reaper ■ C/C++ ■ C# ■ Fortran 2008 ■ Story ■ ■ Homepage: https://canardia.com ■ 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.