ssloy / tinyrenderer

A brief computer graphics / rendering course
https://github.com/ssloy/tinyrenderer/wiki
Other
20.38k stars 1.97k forks source link

Rendering upside down #94

Closed ezri-roberts closed 2 years ago

ezri-roberts commented 2 years ago

I was working through lesson two. Everything was going fine, except for the fact that it was rendering upside down. Any suggestions?

ssloy commented 2 years ago

put vflip to inverse of what you have :)

https://github.com/ssloy/tinyrenderer/blob/dbc5d9287610e993a09bce89dec459162c925abe/tgaimage.h#L41