Skip to content

Contains Computer Graphics projects and assignments using C++ and OpenGL Glut libraries

Notifications You must be signed in to change notification settings

AbhishekKumar102K/Computer-Graphics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer-Graphics

Contains Computer Graphics projects and assignments using C++ and OpenGL Glut libraries

For each of the below mentioned projects(except Bezier curve), you can find an HTML file(in the project folder) containing an in depth analysis of the algorithm used, issues in coding and the results.

IMPLEMENTATION OF A TIDY TREE DRAWING USING TR ALGORITHM

Overview

For this project, we used lines(to draw the edges) and circles(to represent a node) to draw the binary tree. For this, we used the Bresenham's Midpoint Line and circle drawing algorithm. We modified the circle drawing algorithm by adding an offset to both the x and y coordinate to draw the circles at any other location than the origin. This program has two different ways of taking input from the user. We have implemented TR algorithm after going through the given research paper. It contains two functions, namely setup() and Petrify(). The setup() function assigns threads and offsets to each node and the Petrify() function assigns X-coordinate to each node.

3D Scene

Overview

In this project we have tried to create a 3D scene of an Auditorium using OpenGL Transformations, matrix stack operations, and 3D viewing pipeline. We have also used Blender to create objects like Speakers, Mic and Podium and then exported them into our scene.

Bezier Curves of degree n

Overview

In this project we have implemented drawing of a bezier curve of degree n. We can add control points using the left click and remove the existing control points by right clicking on the points. We can also drag the points by hovering over the control points and selecting them to move them around.

Radiosity Project

Overview

This algorithm computes the radiosity of each face using the Hemicube method(for calculating the form-factor). It then interpolates the vertex colors by taking the average across all the neighbouring faces to give an aesthetically pleasing scene.

Team Members:

  1. Abhishek Kumar
  2. Shubham Asopa (https://github.com/sammyasopa)

About

Contains Computer Graphics projects and assignments using C++ and OpenGL Glut libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published