Re: [PyOpenGL-Users] orthographic projection error
Brought to you by:
mcfletch
From: altern <al...@gm...> - 2006-12-15 09:33:34
|
Greg Ewing wrote: > altern wrote: > >> I tried to replace all the 0 value in all vertexes by 0.5 but it >> doesnt work either. > > You might need size[0]-0.5 and size[1]-0.5 as well. same problem as before. I tried different combinations and it doesnt seem to be one way to get it right in all machines and platforms. |