|
Re: trying to get ssao working, too
[Re: frazzle]
#179823
01/25/08 20:28
01/25/08 20:28
|
Joined: Jan 2004
Posts: 2,013 The Netherlands
Excessus
Expert
|
Expert
Joined: Jan 2004
Posts: 2,013
The Netherlands
|
Quote:
# 1. applying dithering to the samplers since using a low sampling rate of the occlusion will cause artifacts. In your case, this could solve the edge bleeding issue.
How can dithering solve the edge bleeding issue? Maybe I don't understand, but I don't think it solves the edge bleeding issues. I think you could solve the edge bleeding issues with a smart blur. Don't blur the pixel if the depth delta with neighbours is too big.
Quote:
# 3. create two passes. 3.1 pass one ; rendering the scene normally. 3.2 pass two ; full screen quad pass to compute the ambient occlusion at each pixel and use it to modify the already computed lighting from pass one.
That's not really a trick is it? It's the whole idea of the algorithm sumarized.
I think you won't get very good results with this technique, ello (I would be happy if you proved me wrong!). I think you'll get better results when you use the technique shown in the article frazzle posted. You have to actually unproject some points (with the depth and view vector) to check for occlusion.
|
|
|
Entire Thread
|
trying to get ssao working, too
|
ello
|
01/24/08 21:01
|
Re: trying to get ssao working, too
|
Inestical
|
01/24/08 21:23
|
Re: trying to get ssao working, too
|
ChrisB
|
01/24/08 21:33
|
Re: trying to get ssao working, too
|
ello
|
01/24/08 21:37
|
Re: trying to get ssao working, too
|
xXxGuitar511
|
01/24/08 22:44
|
Re: trying to get ssao working, too
|
JibbSmart
|
01/25/08 00:47
|
Re: trying to get ssao working, too
|
xXxGuitar511
|
01/25/08 01:08
|
Re: trying to get ssao working, too
|
PHeMoX
|
01/25/08 02:12
|
Re: trying to get ssao working, too
|
BoH_Havoc
|
01/25/08 02:42
|
Re: trying to get ssao working, too
|
JibbSmart
|
01/25/08 02:43
|
Re: trying to get ssao working, too
|
ello
|
01/25/08 07:15
|
Re: trying to get ssao working, too
|
Excessus
|
01/25/08 10:23
|
Re: trying to get ssao working, too
|
Machinery_Frank
|
01/25/08 10:35
|
Re: trying to get ssao working, too
|
Ready
|
01/25/08 10:37
|
Re: trying to get ssao working, too
|
ello
|
01/25/08 11:09
|
Re: trying to get ssao working, too
|
bstudio
|
01/25/08 12:22
|
Re: trying to get ssao working, too
|
JibbSmart
|
01/25/08 12:47
|
Re: trying to get ssao working, too
|
BoH_Havoc
|
01/25/08 12:59
|
Re: trying to get ssao working, too
|
ello
|
01/25/08 13:01
|
Re: trying to get ssao working, too
|
Slin
|
01/25/08 13:18
|
Re: trying to get ssao working, too
|
BoH_Havoc
|
01/25/08 15:28
|
Re: trying to get ssao working, too
|
frazzle
|
01/25/08 19:59
|
Re: trying to get ssao working, too
|
Excessus
|
01/25/08 20:28
|
Re: trying to get ssao working, too
|
frazzle
|
01/25/08 21:04
|
Re: trying to get ssao working, too
|
JibbSmart
|
01/25/08 22:14
|
Re: trying to get ssao working, too
|
frazzle
|
01/25/08 22:52
|
Re: trying to get ssao working, too
|
JibbSmart
|
01/26/08 00:15
|
Re: trying to get ssao working, too
|
ello
|
01/26/08 12:57
|
Re: trying to get ssao working, too
|
frazzle
|
01/26/08 17:00
|
Re: trying to get ssao working, too
|
JibbSmart
|
01/26/08 23:08
|
|
|