]> git.lizzy.rs Git - dragonblocks_alpha.git/commit
Add skybox
authorElias Fleckenstein <eliasfleckenstein@web.de>
Mon, 27 Sep 2021 16:38:36 +0000 (18:38 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Mon, 27 Sep 2021 16:38:36 +0000 (18:38 +0200)
commitd6d852872ab5f4690a85e40ff2c229af97d7508e
treed7589cc34292c47aaac1ca3862637f1ffe04bbdb
parenta3b23513429debc9171fdce78e1429f01e7b4360
Add skybox
31 files changed:
shaders/3d/vertex.glsl
shaders/gui/background/vertex.glsl
shaders/gui/font/vertex.glsl
shaders/gui/image/vertex.glsl
shaders/sky/skybox/fragment.glsl [new file with mode: 0755]
shaders/sky/skybox/vertex.glsl [new file with mode: 0755]
shaders/sky/sun/vertex.glsl
src/client/client_node.c
src/client/debug_menu.c
src/client/game.c
src/client/scene.c
src/client/sky.c
src/client/sky.h
src/client/texture.c
src/client/texture.h
src/day.c
src/util.c
src/util.h
textures/skybox/day/back.png [new file with mode: 0644]
textures/skybox/day/bottom.png [new file with mode: 0644]
textures/skybox/day/front.png [new file with mode: 0644]
textures/skybox/day/left.png [new file with mode: 0644]
textures/skybox/day/right.png [new file with mode: 0644]
textures/skybox/day/top.png [new file with mode: 0644]
textures/skybox/night/back.png [new file with mode: 0644]
textures/skybox/night/bottom.png [new file with mode: 0644]
textures/skybox/night/front.png [new file with mode: 0644]
textures/skybox/night/left.png [new file with mode: 0644]
textures/skybox/night/right.png [new file with mode: 0644]
textures/skybox/night/top.png [new file with mode: 0644]
textures/sun.png