/CGHW2

Computer Graph Homework 2

Primary LanguageC

NCKU CGHW2

Requirement

  • Import a 3d model and draw it on the screen, you don't need to take z into account
  • Use GLWrapper::drawPoint to implement GLWrapper::drawLine
  • You can use any programming language to do this homework

Hint

  • In order to draw a circle, you can use the formula o+r*(cos(angle), sin(angle))
  • How to draw a line with points?

Reference