Skip to content

Course Project for Computer Graphics (CSE333) at IIITD, Monsoon'24

Notifications You must be signed in to change notification settings

rahisenpai/surface-reconstruction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Surface Reconstruction

This project is a 3D surface reconstruction application that reads contour data from a file and renders it using OpenGL. The camera can be controlled using the mouse.

Prerequisites

Install the required libraries using the command below on Linux terminal.

sudo apt-get update
sudo apt-get install libglew-dev libglfw3-dev libglm-dev libglu1-mesa-dev libcgal-dev freeglut3-dev

Instructions

  • Build: cmake .. in the build directory
  • Make: make to generate object files and compile them in a single execuatble
  • Run: ./SurfaceReconstruction

About

Course Project for Computer Graphics (CSE333) at IIITD, Monsoon'24

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published