polyadvent

A game engine from scratch in C
git clone git://jb55.com/polyadvent
Log | Files | Refs | README

commit 25e394ca852138b379b95f447aef43b42a8697f0
parent b44042539ba47391ea4830ccaaf07179f7d7218b
Author: William Casarin <jb55@jb55.com>
Date:   Thu,  8 Nov 2018 19:24:16 -0800

new skybox texture

Diffstat:
Adata/textures/cubemaps/hw_sahara/hw_sahara.shader | 14++++++++++++++
Adata/textures/cubemaps/hw_sahara/license.txt | 8++++++++
Adata/textures/cubemaps/hw_sahara/sahara_bk.tga | 0
Adata/textures/cubemaps/hw_sahara/sahara_dn.tga | 0
Adata/textures/cubemaps/hw_sahara/sahara_dn_flip.tga | 0
Adata/textures/cubemaps/hw_sahara/sahara_ft.tga | 0
Adata/textures/cubemaps/hw_sahara/sahara_ft_flip.tga | 0
Adata/textures/cubemaps/hw_sahara/sahara_lf.tga | 0
Adata/textures/cubemaps/hw_sahara/sahara_lf_flip.tga | 0
Adata/textures/cubemaps/hw_sahara/sahara_rt.tga | 0
Adata/textures/cubemaps/hw_sahara/sahara_rt_flip.tga | 0
Adata/textures/cubemaps/hw_sahara/sahara_up.tga | 0
Adata/textures/cubemaps/hw_sahara/sahara_up_flip.tga | 0
13 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/data/textures/cubemaps/hw_sahara/hw_sahara.shader b/data/textures/cubemaps/hw_sahara/hw_sahara.shader @@ -0,0 +1,14 @@ +// Direction & elevation checked and adjusted - Speaker + +textures/skies/hw_sahara +{ + qer_editorimage env/hw_sahara/sahara_ft.tga + surfaceparm noimpact + surfaceparm nolightmap + q3map_globaltexture + q3map_lightsubdivide 256 + surfaceparm sky + q3map_surfacelight 50 + q3map_sun 1 1 1 100 270 30 + skyparms env/hw_sahara/sahara - - +} diff --git a/data/textures/cubemaps/hw_sahara/license.txt b/data/textures/cubemaps/hw_sahara/license.txt @@ -0,0 +1,7 @@ +Sky box created by Hazel Whorley. + +This work is licensed under a Creative Commons Attribution-Noncommercial 3.0 +License. + +The sky box may be used for non-commercial purposes only. You're free to use +and modify it otherwise. Please acknowledge credit in the map/mod readme file.+ \ No newline at end of file diff --git a/data/textures/cubemaps/hw_sahara/sahara_bk.tga b/data/textures/cubemaps/hw_sahara/sahara_bk.tga Binary files differ. diff --git a/data/textures/cubemaps/hw_sahara/sahara_dn.tga b/data/textures/cubemaps/hw_sahara/sahara_dn.tga Binary files differ. diff --git a/data/textures/cubemaps/hw_sahara/sahara_dn_flip.tga b/data/textures/cubemaps/hw_sahara/sahara_dn_flip.tga Binary files differ. diff --git a/data/textures/cubemaps/hw_sahara/sahara_ft.tga b/data/textures/cubemaps/hw_sahara/sahara_ft.tga Binary files differ. diff --git a/data/textures/cubemaps/hw_sahara/sahara_ft_flip.tga b/data/textures/cubemaps/hw_sahara/sahara_ft_flip.tga Binary files differ. diff --git a/data/textures/cubemaps/hw_sahara/sahara_lf.tga b/data/textures/cubemaps/hw_sahara/sahara_lf.tga Binary files differ. diff --git a/data/textures/cubemaps/hw_sahara/sahara_lf_flip.tga b/data/textures/cubemaps/hw_sahara/sahara_lf_flip.tga Binary files differ. diff --git a/data/textures/cubemaps/hw_sahara/sahara_rt.tga b/data/textures/cubemaps/hw_sahara/sahara_rt.tga Binary files differ. diff --git a/data/textures/cubemaps/hw_sahara/sahara_rt_flip.tga b/data/textures/cubemaps/hw_sahara/sahara_rt_flip.tga Binary files differ. diff --git a/data/textures/cubemaps/hw_sahara/sahara_up.tga b/data/textures/cubemaps/hw_sahara/sahara_up.tga Binary files differ. diff --git a/data/textures/cubemaps/hw_sahara/sahara_up_flip.tga b/data/textures/cubemaps/hw_sahara/sahara_up_flip.tga Binary files differ.