Marble Puzzle/Exploration Game
Go to file
2014-10-24 10:57:28 +02:00
extern Import of '003-basic-texturing'. 2014-10-20 17:31:26 +02:00
Geometry Import of '003-basic-texturing'. 2014-10-20 17:31:26 +02:00
Shader Import of '003-basic-texturing'. 2014-10-20 17:31:26 +02:00
.gitignore Ignoring Makefile.(Mainly for my convenience) 2014-10-20 17:45:27 +02:00
CMakeLists.txt Changed Name of executable. 2014-10-20 17:58:34 +02:00
entity.cc Added empty constructors to be able to define objects without instanciating them. 2014-10-24 10:48:45 +02:00
entity.hh Added empty constructors to be able to define objects without instanciating them. 2014-10-24 10:48:45 +02:00
graphics.cc Rewrote graphics to use new classes. 2014-10-24 10:57:28 +02:00
graphics.hh Rewrote graphics to use new classes. 2014-10-24 10:57:28 +02:00
level.hh Added Terrain to Level. 2014-10-20 19:07:45 +02:00
light.hh Added light.hh 2014-10-20 19:08:51 +02:00
main.cc Increasing default resolution. 2014-10-20 18:18:36 +02:00
main.hh Organizing Code. (Deleted lookAt as it is available as part of GLM.) 2014-10-20 18:16:47 +02:00
model.cc Added empty constructors to be able to define objects without instanciating them. 2014-10-24 10:48:45 +02:00
model.hh Added empty constructors to be able to define objects without instanciating them. 2014-10-24 10:48:45 +02:00
object.cc Added empty constructors to be able to define objects without instanciating them. 2014-10-24 10:48:45 +02:00
object.hh Added empty constructors to be able to define objects without instanciating them. 2014-10-24 10:48:45 +02:00
physics.hh Fixing include guards. 2014-10-20 18:48:20 +02:00
Readme.md Changed Readme to something more useful. 2014-10-20 17:13:08 +02:00
shader.cc Added empty constructors to be able to define objects without instanciating them. 2014-10-24 10:48:45 +02:00
shader.hh Added empty constructors to be able to define objects without instanciating them. 2014-10-24 10:48:45 +02:00
terrain.hh Added terrain.hh 2014-10-20 19:09:45 +02:00
texture.cc Added empty constructors to be able to define objects without instanciating them. 2014-10-24 10:48:45 +02:00
texture.hh Added empty constructors to be able to define objects without instanciating them. 2014-10-24 10:48:45 +02:00

#Marble Race Game

This will be a Marble Race Game developed for the Softwarepraktikum at the RWTH Aachen.