SSGI issue
- jmp909
- Topic Author
I know it's an early version of SSGI in the new ME but do you think the issue is my game here? (Binary Domain)
thanks
J
Please Log in or Create an account to join the conversation.
- TinchO
Please Log in or Create an account to join the conversation.
- jmp909
- Topic Author
Please Log in or Create an account to join the conversation.
- Marty McFly
Please Log in or Create an account to join the conversation.
- jmp909
- Topic Author
seems like the depthbuffer is scaled as nearer the player, compared to the original screenshot.
if you lay the DepthBuffer screenshot over the original, you'll see the depth buffer for the locker windows are not in the same place as the normal screenshot with effects disabled. This explains the "ghosting" you'll see in the SSGI screenshot
(to be honest., I'm happy with NVidia-forced Ambient Occlusion on this game (not shown here), and turning ME's AO off, but i'll leave this here for your information)
thanks
J
Depth Buffer
SSGI
Normal Game settings (but SSAO off, Shadows on)
Please Log in or Create an account to join the conversation.
- Euda

Also, is this baked AO or does Binary Domain support SSAO natively. If so, you should deactivate the games' SSAO in the graphics options cause it's just a waste of performance otherwise.
Please Log in or Create an account to join the conversation.
- jmp909
- Topic Author
I have in-game AO turned off - the shadows on the bottom image (vanilla game, ME effects disabled) I think are just down to the shadow settings, not AO.
if you look at the middle image (in my previous post - SSGI) you can see the locker windows on the left are "ghosted", because the depth buffer has them in a different place than the normal view. also if you look at the unit on the bottom right there is a light patch that should be dark. the whole DepthBuffer is shifted somehow in this game...
if you overlay the top & bottom images, you'll see the character at the end of the corridor is in the same place but all the other 3D objects are shifted on the Z axis, like the depth buffer is somehow scaled, causing the issues
Please Log in or Create an account to join the conversation.
- jmp909
- Topic Author
SSGI debug
Original
Combined (Photoshop)
thanks
j
Please Log in or Create an account to join the conversation.
- Marty McFly
Please Log in or Create an account to join the conversation.
- jmp909
- Topic Author
i thought it might be down to one of these but seemingly it isn't. was just guessing though
#define FOV 75
#define zNearPlane 0.001
Please Log in or Create an account to join the conversation.
- Marty McFly
jmp909 wrote: understood.
i thought it might be down to one of these but seemingly it isn't. was just guessing though
#define FOV 75 #define zNearPlane 0.001
These two values are inside values only, not to be changed by user at all because znear and zfar highly affect DOF focusing and masking, FOV value is needed for 2 AO techniques and somehow this value acts weird, 70 is fine, 71 makes AO almost invisible, 72 shifts it to the right, 73 to the left, 74 makes it invisible, 75 is fine again.
znear and zfar don't affect the depth buffer scale at all, they are important for depthbuffer precision.
Please Log in or Create an account to join the conversation.