SPS2 - Direct PS2 Access Environment - Forums


Summary |  Forums |  Bugs |  News |  Source |  Files | 

Discussion Forums: Developers

Admin

Message: 41052
BY: hikey
DATE: 2004-Feb-01 16:53
SUBJECT: RE: Host the project on this site.

> One thing that would improve the game by 250% would be edge antialiasing. I tried to get it working, but I could not figure out how.

I wouldn't rely on the hardware edge antialiasing feature of the GS. What it does is draw a blended line around your triangles, which means you need to set up the blending function correctly and have the geometry sorted by depth.
Another more popular method is to use merge circuits, look it up in the manuals if you are interested, it's extremely easy to setup.
Another method is to have a full height back buffer and half height front buffer (interleaved mode uses half hight for both). The antialiasing is done by copying the full back buffer onto the half front buffer using bilinear filtering (instead of swapping the buffers).


 

Thread View

Thread Author Date
SPS2UScreenInit() requirements; memcard-linuxmrm2004-Jan-31 20:03
      RE: SPS2UScreenInit() requirements; memcard-linuxhikey2004-Feb-01 02:27
            RE: SPS2UScreenInit() requirements - solvedmrm2004-Feb-01 10:39
                  RE: SPS2UScreenInit() requirements - solvedsauce2004-Feb-01 10:53
                        RE: SPS2UScreenInit() requirements - solvedmrm2004-Feb-01 13:34
                              RE: The license issueeratosthenes2004-Feb-02 03:47
                                    RE: The license issuesauce2004-Feb-02 07:42
                                          RE: The license issueeratosthenes2004-Feb-02 08:12
                                                RE: The license issuesauce2004-Feb-02 08:35
                                                      RE: The license issuemrm2004-Feb-02 10:09
                                                            RE: The license issueeratosthenes2004-Feb-02 11:47
                                                                  RE: The license issuemrm2004-Feb-02 14:03
                                                                        RE: The license issueeratosthenes2004-Feb-03 06:43
                                                                              RE: The license issuesauce2004-Feb-03 07:18
                                                            RE: cloop for memcard - completedmrm2004-Feb-03 00:44
                                                                  RE: cloop for memcard - completederatosthenes2004-Feb-03 06:29
                                                                        RE: memcard-tutorials almost readymrm2004-Feb-06 01:29
                                                                              RE: memcard-tutorials almost readyeratosthenes2004-Feb-06 04:15
                                                                                    RE: memcard-tutorials almost readyeratosthenes2004-Feb-06 14:31
                                                                                          RE: SUPPORT_PS2_PCCARDIDE does not show upmrm2004-Feb-07 00:55
                                                                              RE: problem compiling nohdd-clooperatosthenes2004-Feb-06 15:34
                                                                                    RE: problem compiling nohdd-cloopmrm2004-Feb-07 00:29
                                                                                          Couple of suggestionseratosthenes2004-Feb-07 05:04
                                                                                                RE: Couple of suggestionseratosthenes2004-Feb-07 05:22
                                                                                                      RE: Couple of suggestionsmrm2004-Feb-07 17:44
                                                                                                            RE: Couple of suggestionseratosthenes2004-Feb-08 04:40
                                                                                                                  RE: Couple of suggestionseratosthenes2004-Feb-08 04:47
                                                                                                                        Important lessoneratosthenes2004-Feb-08 04:51
                                                                                                                              RE: Important lessonmrm2004-Feb-08 08:20
                                                                                                                                    RE: Important lessoneratosthenes2004-Feb-08 09:58
                                                                                                RE: Couple of suggestionseratosthenes2004-Feb-07 05:32
                                                                                    RE: more problems with nohdd-clooperatosthenes2004-Feb-08 06:01
                  Wow! You certainly kept yourself quiet!eratosthenes2004-Feb-01 11:01
                        RE: Wow! You certainly kept yourself quiet!eratosthenes2004-Feb-01 11:03
                        RE: Wow! You certainly kept yourself quiet!mrm2004-Feb-01 13:59
                              RE: Wow! You certainly kept yourself quiet!eratosthenes2004-Feb-01 14:29
                  Host the project on this site?eratosthenes2004-Feb-01 11:30
                        RE: Host the project on this site.mrm2004-Feb-01 14:55
                              RE: Host the project on this site.hikey2004-Feb-01 16:53
                              RE: Host the project on this site.eratosthenes2004-Feb-02 03:32
                              RE: Howto port from OpenGL to SPS2eratosthenes2004-Feb-02 03:39
                                    RE: Howto port from OpenGL to SPS2mrm2004-Feb-02 13:09
      RE: SPS2UScreenInit() requirements; memcard-linuxhikey2004-Feb-01 02:40

 

Post a followup to this message

You could post if you were [logged in]