Commit Graph

645 Commits

Author SHA1 Message Date
sfroitzheim
cb825a6588 Merge branch 'master' of https://github.com/Faerbit/swp 2014-12-05 14:51:23 +01:00
sfroitzheim
f83bb7ec7d Fixed some display bugs with the column. 2014-12-05 14:49:23 +01:00
Steffen Fündgens
097e1acfbc Merge branch 'master' of github.com:Faerbit/swp 2014-12-05 14:45:57 +01:00
Steffen Fündgens
4d1fbc6045 Implemented error checking for XML. Fixed loading of OBJ-Files. 2014-12-05 14:45:44 +01:00
sfroitzheim
3f9d8a815b Added a movable Block that will be used to be pushed on switches. 2014-12-05 14:39:51 +01:00
sfroitzheim
de47c1bdd6 Changed Columntexture to something better. 2014-12-05 14:39:08 +01:00
Steffen Fündgens
086e13ac8e integrating tinyxml into level, adding lights to compositions 2014-12-05 12:47:02 +01:00
Steffen Fündgens
8108003d52 Merge branch 'master' of github.com:Faerbit/swp 2014-12-05 12:13:45 +01:00
Faerbit
76fd5ade92 Put some code in a function. 2014-12-05 00:57:17 +01:00
Faerbit
7710520c52 Now generating Mipmaps for textures. 2014-12-04 18:58:16 +01:00
Faerbit
72a6e7c3c9 Setting wrap mode of depthTextures to CLAMP_TO_EDGE to remove seams. 2014-12-04 17:39:35 +01:00
Faerbit
0c5dbee654 Implemented cascaded shadow mapping. 2014-12-04 17:19:58 +01:00
Faerbit
a54752a905 Implemented early bailing. 2014-12-04 15:08:08 +01:00
Steffen Fündgens
f218a141fa changed filePath to levelNum 2014-12-04 15:07:31 +01:00
Faerbit
8c427003cd Implemented poisson sampling. 2014-12-04 14:53:07 +01:00
Faerbit
41d8e23c60 Disable culling because it seems to give slightly worse FPS. 2014-12-04 14:46:39 +01:00
Faerbit
1ab7783d41 Improving bias on slopes. 2014-12-04 13:26:06 +01:00
Faerbit
ed960eff53 Adding culling. 2014-12-04 13:23:25 +01:00
Faerbit
aa764cfa39 Changing shadow map sampler from sampler2D to sampler2Dshadow and removing now useless colour texture. 2014-12-04 13:21:20 +01:00
Faerbit
09fc76d26b Changing directional light vector to match origin of the sun on the skysphere texture. 2014-12-04 12:19:39 +01:00
Faerbit
947e9376fb Making framebuffer private again. (Was public for debugging. 2014-12-04 01:22:23 +01:00
Faerbit
27c2248117 Implemented basic shadows for sun light. Also fixed bug with far plane always staying the same. 2014-12-04 01:13:59 +01:00
Faerbit
fca69b547b Always automatically update docker container. 2014-12-03 11:17:24 +01:00
Faerbit
af8f85c3c4 Exiting converter if no input file is given. 2014-12-03 11:09:37 +01:00
Steffen Fündgens
98e78b915e adjusting converter to work with black and white image backgrounds 2014-12-02 13:37:31 +01:00
Steffen Fündgens
a8457d9399 still merging... 2014-12-02 13:19:19 +01:00
Steffen Fündgens
2a9bfbf5da Merged master and converter 2014-12-02 13:17:33 +01:00
Steffen Fündgens
37c1006431 Compositions.xml makes sense now 2014-12-02 13:13:20 +01:00
Faerbit
eb90142e81 Moving shader management completely into graphics. 2014-12-01 17:49:59 +01:00
Faerbit
b49f93afd4 Removing spammy comments. 2014-12-01 17:44:58 +01:00
Faerbit
ef8fbb7296 Adding namespacing. 2014-12-01 17:40:39 +01:00
Faerbit
2d7165da66 Removing useless includes. 2014-12-01 17:40:06 +01:00
Steffen Fündgens
9f4071cef7 implemented all methods of the converter class, needs testing 2014-12-01 14:09:55 +01:00
Faerbit
85215a1a95 Reexporting Block.obj, because normals were missing. 2014-12-01 13:55:47 +01:00
Faerbit
c09b056e84 Removing backup blender files. 2014-12-01 13:54:10 +01:00
Faerbit
272532bb1f Adding OBJ-file load messages for easier debugging. 2014-12-01 13:53:01 +01:00
Faerbit
f0d904a9ff Do not build GLFW examples and tests. 2014-12-01 13:16:04 +01:00
Faerbit
259e6c88f2 Removing useless includes. 2014-12-01 12:58:04 +01:00
Faerbit
cd8bfc77cc Updating glfw to version 3.0.4. 2014-12-01 12:53:19 +01:00
Faerbit
756102138d Revert "Updating glfw." Code was not ready for release.
This reverts commit 81234ca22a.
2014-12-01 12:44:08 +01:00
Faerbit
0333e3c074 Moving application class to it's own file. 2014-12-01 12:41:19 +01:00
Faerbit
63d3c468f3 Let member function use it own class and not the global variable. 2014-12-01 12:33:00 +01:00
Faerbit
21db09af94 Updating glfw. 2014-12-01 12:32:04 +01:00
Faerbit
0865c356be Removing big textures as they are not needed. 2014-11-29 02:06:46 +01:00
Faerbit
e15b9f2f54 Merge branch 'master' of github.com:Faerbit/swp 2014-11-29 01:37:38 +01:00
Faerbit
220b72f85b Removing useless files. 2014-11-29 01:36:59 +01:00
Jasper
1ae3a4c8ae Merge branch 'master' of github.com:Faerbit/swp 2014-11-28 17:07:54 +01:00
Steffen Fündgens
f6bdf5dc32 added example Compositions.xml, implemented most of newComposition() method 2014-11-28 17:05:49 +01:00
Jasper
76307f751f Reduced memory usage of trianglemesh 2014-11-28 17:01:56 +01:00
Faerbit
b1d54533e0 Added skydome blender file. 2014-11-28 16:49:28 +01:00