Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 799 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 799 Bytes

Engine For Animation Course - Assignment 4

Graphic Engine based on Libigl

For compiling:

  1. Clone or download the project
  2. Download Cmake from the link in the site
  3. Run Cmake gui. choose the project folder and destination folder for the cpp project files. choose after pressing configure choose compiler (VS2019 for example). After finish configuration successfully, press configure again and after it finishes press generate.
  4. If everything pass successfully got to the destination folder and launch the project.
  5. Set sandBox as a startup project and compile the project (it could take few mineutes);
  6. You have 3 object in the scene you can switch objects with '1' and '2' keys and move them with the mouse.

This project demonstrate collision detection between two objects in 3D.