Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mskl/ist-mi-avt7

Repository files navigation

AVT7

Three-Dimensional Vizualization and Animation at IST

Online app

http://stoked.cz/projects/AVT7/index.html

Deadlines

  • Checkpoint 1 (20%) - 23 October
  • Checkpoint 2 (30%) - 20 November
  • Checkpoint 3 (30%) - 11 December

Checkpoint 1 - report

The technical report for Assignment 1 should be delivered by email to [email protected] till the beginning of the next lab class. It should contain at maximum 4 pages and pictures are welcome in order to illustrate the graphical capabilities of your Frogger3D application.

Projects from previous years

Also contains includes for both OSX and Win:

#ifdef __APPLE__
    #include <OpenGL/gl.h>
    #include <OpenGL/glu.h>
    #include <GLUT/glut.h>
#else
    #ifdef _WIN32
    #include <windows.h>
#endif
#include <GL/gl.h>
#include <GL/glu.h>
#include <GL/glut.h>
#endif

Libs installation

# TinyXML
sudo apt-get install libtinyxml-dev

# DevIL
sudo apt install libdevil-dev

# Assimp
sudo apt-get install libassimp-dev assimp-utils
sudo apt-get install libxmu-dev libxi-dev

Frogger map

Note that the object are created from their (top, left, bottom) corner. Each object is therefore not centered in the middle. The collider is centered, however if all of them are shifted in the same way, it is not an issude. This hack saves a some struggle when translating scaled objects.

img/froggerMap.jpeg

About

Three-Dimensional Vizualization and Animation at IST

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •