starman2049
Joined: 19 Sep 2005 Posts: 75
|
Posted: Thu Mar 30, 2006 9:58 am Post subject: Dither Matrix Setting for Translucent Geometry |
|
|
Does anyone have any suggestions on what to use for the dither matrix.
I use:
| Code: | | IMATRIX ditherMatrix = {6,0,7,1,2,4,3,5,7,1,6,0,3,5,2,4}; |
for Opaque geometry and that looks great.
I use:
| Code: | | IMATRIX ditherMatrixAlpha = {2,0,3,1,2,0,3,1,3,1,2,0,3,1,2,0}; |
for Translucent rendering and that has some artifacts. Does anyone have a better dither matrix setting for translucent geometry? |
|