Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 762 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 762 Bytes

Computer Graphics Final Project

Build Status

Radhika Mattoo, [email protected]

Overview

This project uses OpenGL to render meshes with texture and bump mapping for a more realistic scene. The meshes used were found for free on TurboSquid.

Instructions

  • git clone --recursive https://github.com/radhikamattoo/texture-and-bump-mapping.git
  • cd texture-and-bump-mapping
  • mkdir build
  • cd build
  • cmake ../
  • make && ./FinalProject_bin

Because I am calculating face & vertex partial derivatives for the Pear, the program window will take ~ 15-20 seconds to open.