Skip to content

prasangadhungel/Graphics-Project

Repository files navigation

Human Head

Renders Human Head.

Features

  • Scalable, rotateable, movable Head (AWA other objects too if obj file is available)
  • Ambient Light Source with flexible intensity
  • Point Light Source with changable intensity
  • Movable and rotatable Camera

Uses

  • C++ for processing
  • OpenGL (GL/glut.h) for rendering
  • Blender to export object file

Algorithms Used

  • Gouraud Shading
  • Visible Surface Detection Algorithm
  • 3D transformations

Build:

g++ main.cpp -o GraphicsProject -lglut -lGLU -lGL; ./GraphicsProject
OR
make; ./GraphicsProject

Demo

Demo

Screenshots for other obj files

Screenshots

Authors:

Prasanga Dhungel, Priya Jha, Sandesh Bhusal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages