Skip to content

Latest commit

 

History

History
 
 

OpengGL

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Assignment 1

Name : Aryan Agrawal

Roll No.: 170101013

In the directory

  • main.cpp (code for converting 3d Mesh into object using OpenGL)
  • lowpolybunny.obj (object file containing 3d Mesh)
  • README.md (instructions to run the program)

How to Run:

Go to the directory and run the following command:
    $ g++ main.cpp -lGL -lGLU -lglut
    $ ./a.out