OscarVelzi Posted July 5, 2015 Posted July 5, 2015 Is it possible to cast godrays from an object other than the sun?Thanks! Quote
buckmaster Posted July 6, 2015 Posted July 6, 2015 screenSunPos seems to have something to do with it! Quote
Chelaru Posted July 7, 2015 Posted July 7, 2015 You need the position of the light source. The current shader uses the sun position and calculates an occlusion mask, to see what is blocking the sun from the player perspectiv. To achieve this effect you would need the position of every light source that is visible to the player, and create the occlusion mask for it. Then you could do radial filter on every vector (light - player), add the mask to the current buffer. And you should have the effect. Quote
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.