Dither Matrix Setting for Translucent Geometry

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
starman2049
Posts: 75
Joined: Mon Sep 19, 2005 5:41 am

Dither Matrix Setting for Translucent Geometry

Post by starman2049 »

Does anyone have any suggestions on what to use for the dither matrix.

I use:

Code: Select all

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: Select all

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?
starman2049
Posts: 75
Joined: Mon Sep 19, 2005 5:41 am

Post by starman2049 »

Is anybody using 16 bit draw/render buffers? Does anyone have a good dither Matrix they have found to work well with translucent geometry?
Post Reply