delan / outback

Computer Graphics 200: OpenGL assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Included files:

README.txt  = this text file
report.*    = my full report describing algorithms and design choices
Makefile    = includes commands and flags to compile the assignment
const.[ch]  = global constant numbers, vectors, strings, header includes
main.[ch]   = entry point, OpenGL/GLUT initialisation, feature configuration
render.c    = GLUT callbacks, camera, lighting and object rendering code
state.c     = functions for manipulating global animation state
text.c      = functions for drawing rasterised text with help and statistics

Instructions:

% make CC=clang
% ./outback
% make clean

About

Computer Graphics 200: OpenGL assignment

License:ISC License


Languages

Language:C 66.8%Language:TeX 32.1%Language:Makefile 1.2%