You are not logged in.
I'm testing GRRLIB and I've checked that the minimum visible x coordinate is 2:
GRRLIB_Rectangle(2,0,300,300,GRRLIB_RED,false);
I've tried with GRRLIB_Line() with identical problem, a vertical line GRRLIB_Line(0,0,0,479,GRRLIB_RED) is not shown.
Why coordinates x<2 are not shown ?
Thanks in advance.
Last edited by chatuser (2010-08-21 23:04:09)
Offline
in fact it depend of TV/monitor
most of them have a plastic around the screen and we loose some pixels.
on mine, i loose 8 pixels (left and right) and 15 ( top and bottom)
Offline
The problem appears both in Wii and Dolphin.
But if I use framebuffer, the colum x=0 is shown in both systems, so ... is x=0 different for framebuffer and GX ?
Offline
chatuser wrote:
The problem appears both in Wii and Dolphin.
But if I use framebuffer, the colum x=0 is shown in both systems, so ... is x=0 different for framebuffer and GX ?
yes, framebuffer is "real" videomem, since GX is from a certain look of a cam. so perhaps we need some adjustement, i will try to see what really happen.
Offline