forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Dither Matrix Setting for Translucent Geometry

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
starman2049



Joined: 19 Sep 2005
Posts: 75

PostPosted: Thu Mar 30, 2006 9:58 am    Post subject: Dither Matrix Setting for Translucent Geometry Reply with quote

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?
Back to top
View user's profile Send private message
starman2049



Joined: 19 Sep 2005
Posts: 75

PostPosted: Sat Apr 01, 2006 2:53 am    Post subject: Reply with quote

Is anybody using 16 bit draw/render buffers? Does anyone have a good dither Matrix they have found to work well with translucent geometry?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group