elifnurafsar / OpenGL_Projects

Computer Graphics course projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository references 3 projects of the Computer Graphics class.

Alien Shooting Game

Simple Alien Shooting Game Coding with C++ and glut

Aliens1.mp4

Terrain Generation

This project aims to generate a terrain using Diamond Square (Mid Point Displacement) algorithm. For illustration, Flat and Gouraud Shading options are available.

Terrain11.mp4

screenshot from demo screenshot from demo


screenshot from demo screenshot from demo

3D Object Rendering

I n this project the algorithm reads the .off files (The file format to represent the geometry of a model by specifying the polygons of the model's surface*) and displays the object inside these files to the screen. For illustration I used flat shading with random tones of blue.

MugSplitted.mp4
Armadillo.mp4

cow image cow image


cow image cow image


brain image brain image

About

Computer Graphics course projects