Home
Products
Community
Manuals
Contact
Login or Signup

quads get distorted when i draw more than one

BlitzMax Forums/BlitzMax OpenGL Programming/quads get distorted when i draw more than one

slenkar(Posted 1+ years ago) #1
why does the 2nd image look distorted?


(use an image that is 128x128)


Floyd(Posted 1+ years ago) #2
It's a typo in the quad function; x+height should be y+height.


slenkar(Posted 1+ years ago) #3
thanks