Re: [PyOpenGL-Users] orthographic projection error
Brought to you by:
mcfletch
From: Greg E. <gre...@ca...> - 2006-12-14 20:56:31
|
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. -- Greg |