smarthaert / phoenixlib

Automatically exported from code.google.com/p/phoenixlib
0 stars 0 forks source link

diagonal lines in polygon #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load a texture for example 800x600
2. Draw at the screen
3. Just look

What is the expected output? What do you see instead?
See a square image without a line in the center.

What version of the product are you using? On what operating system?
Phoenix 2010-05-24/ Windows 7 32 bit with Delphi 2010

Please provide any additional information below.

You told to chnage everything to triangles instead GL_QUADS

Original issue reported on code.google.com by miguelan...@gmail.com on 26 May 2010 at 8:26

GoogleCodeExporter commented 9 years ago
Dissapears with 

glDisable(GL_POLYGON_SMOOTH); 

For more information see:

http://ubuntuforums.org/showthread.php?t=1064961

Original comment by andreas....@gmail.com on 8 Jun 2010 at 7:12

GoogleCodeExporter commented 9 years ago

Original comment by andreas....@gmail.com on 8 Jun 2010 at 7:13

GoogleCodeExporter commented 9 years ago

Original comment by andreas....@gmail.com on 14 Jun 2010 at 8:31

GoogleCodeExporter commented 9 years ago
glDisable(GL_POLYGON_SMOOTH) is set at intitialization of OpenGL

Original comment by andreas....@gmail.com on 19 Jul 2010 at 9:37