Problems with Drawing Diagonal lines

BlitzMax Forums/BlitzMax Programming/Problems with Drawing Diagonal lines

Hi,

I have a problem while drawing diagonal lines, it looks like very thin. But when i draw a horizontal line or vertical line its thick. I tried setting the line width but still the difference is there. I am using DrawLine() command to draw lines.

Its the nature of pixels, I'm afraid. Not much you can do about it.

Aspect Ratio :-)

Pixels on a screen aren't always square.

k thank u...any other idea to solve that problem......

glEnable(GL_LINE_SMOOTH)
glHint(GL_LINE_SMOOTH,GL_NICEST)

Cheers
Charlie

thanks a lot jkrankie

DX version of those GL commands anyone?