Marble Puzzle/Exploration Game
Go to file
2014-11-14 18:33:52 +01:00
extern Ignoring another compiler warning. 2014-11-08 02:36:30 +01:00
Geometry added texture for the terrain 2014-11-14 17:37:11 +01:00
Levels/LevelTest/terrain debuged the load function in terrain.cc loading and rendering kind of works (no texture) 2014-11-11 12:22:47 +01:00
Shader Removing hard coded values from graphics and moving it into the properties of object and model. 2014-11-13 01:22:33 +01:00
.gitignore Ignoring Makefile.(Mainly for my convenience) 2014-10-20 17:45:27 +02:00
build.sh Added clean parameter to build script. 2014-11-05 12:46:36 +01:00
camera.cc Changed rotation from three to two vertices. 2014-11-14 18:31:26 +01:00
camera.hh Changed rotation from three to two vertices. 2014-11-14 18:31:26 +01:00
CMakeLists.txt Changing linking order of Bullet libs. 2014-11-10 17:35:51 +01:00
entity.cc Added Getters and Setters. 2014-11-13 00:37:27 +01:00
entity.hh Implemented Entity constructor. 2014-10-30 23:30:56 +01:00
graphics.cc Made mouse control camera. (Stupid init of camera...) 2014-11-14 18:33:42 +01:00
graphics.hh Reorganized code quite a bit. Resizing is deactivated currently. 2014-11-14 16:47:47 +01:00
level.cc Merge branch 'master' of github.com:Faerbit/swp 2014-11-14 18:33:52 +01:00
level.hh Made mouse control camera. (Stupid init of camera...) 2014-11-14 18:33:42 +01:00
light.cc Adding two getters. 2014-11-03 23:28:06 +01:00
light.hh Removed outdated commentary. 2014-11-04 00:45:59 +01:00
main.cc Made mouse control camera. (Stupid init of camera...) 2014-11-14 18:33:42 +01:00
main.hh Reorganized code quite a bit. Resizing is deactivated currently. 2014-11-14 16:47:47 +01:00
material.cc Moving material paramters from graphics to material class. 2014-11-08 01:44:24 +01:00
material.hh Moving material paramters from graphics to material class. 2014-11-08 01:44:24 +01:00
model.cc Added constructor with SharedVertexArrayObject argument 2014-11-14 17:34:50 +01:00
model.hh Added constructor with SharedVertexArrayObject argument 2014-11-14 17:34:50 +01:00
object.cc Removing hard coded values from graphics and moving it into the properties of object and model. 2014-11-13 01:22:33 +01:00
object.hh Removing hard coded values from graphics and moving it into the properties of object and model. 2014-11-13 01:22:33 +01:00
physics.cc Added addPlayer analog to addSphere and added a check to make sure incice stay synchronized (possibly dangerous but needs to be tested) 2014-11-14 16:23:14 +01:00
physics.hh Added addPlayer analog to addSphere and added a check to make sure incice stay synchronized (possibly dangerous but needs to be tested) 2014-11-14 16:23:14 +01:00
Readme.md Another update to the Readme.md. 2014-11-03 23:56:34 +01:00
terrain.cc added a normal and texture coordinate to the terrain, rendering moved to level 2014-11-14 17:36:30 +01:00
terrain.hh added a normal and texture coordinate to the terrain, rendering moved to level 2014-11-14 17:36:30 +01:00

#Marble Race Game

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

##Building Currently only tested on Linux. To build execute build.sh. Resulting binary will be in binaries.