fixed stage to after scene, otherwise had issues with DoF#27
fixed stage to after scene, otherwise had issues with DoF#27antokhio wants to merge 1 commit intobj-rn:mainfrom
Conversation
|
The issue with AfterScene is that the atmosphere will be in front of all objects in the scene. So you can't have a moon circling the planet and obscuring the atmosphere for example. Don't know what's the best solution. Maybe have the Renderstage as input so one can decide from case to case? |
|
Or could there be two objects one on Transparent and visible and another one (invisible) that only renders into the depthbuffer? |
|
Yes, I noticed that problem too. I suspect the current way to go is to expose additional params like stage... I've checked the source also, and it seems to have kind'a same problem:
Gonna play around with it a bit more... |





Seems DoF had issues if stage set to Transparent, set it to AfterScene