You are not logged in.
Hello everybody,
Today i have adapted the RedSquare source code to us GRRLIB v4.0 instead of GRRLIB v3.0.
I am facing now a strange problem. The png images which i show on the screen are not
looking as smooth anymore as with the previous GRRLIB (3.0) library. Looks like the anti alias
feature is switch off. Is this a feature or a bug? Looking forward to your reactions?
I checked all ready if the fps (frame per seconds) is lower which the new library. But it is exactly
the same so that is not the reason.
On my website both RedSquare version can be download. Please see the difference your self.
The original with GRRLIB v3.0
http://www.plaatsoft.nl/wiibrew/download/5
The new version with GRRBLIB 4.0
http://www.plaatsoft.nl/wiibrew/download/13
wplaat
Last edited by wplaat (2009-03-07 14:28:27)
Offline
you are right,
to get anti alias back just comment this line :
GX_InitTexObjLOD(&texObj, GX_NEAR, GX_NEAR, 0.0f, 0.0f, 0.0f, 0, 0, GX_ANISO_1);
in GRRLIB_DrawTile and GRRLIB_DrawImg
We will add a param in those function to activate or not the anti alias in the next version.
Offline
Hi NoNameNo,
This is solving the problem. Many thanks!
wplaat
Offline