/OpenGl_Panda

Drawing a panda using OpenGL

Primary LanguageC++

OpenGl_Panda

After reading this article as an introduction tutorial to OpenGl. I have used it to create this panda.

First I divided the panda to multiple polygons and then I specified the x, y coordinates for each vertices within the range of 1 to -1.

IMG_2A26C31F094B-1

There are other ways that could be easier but I tried the long way just for fun ;)).

The final output

Screen Shot 2022-05-03 at 9 54 13 AM