From 51ea0d738bac23e62dae97ddd3a647560d14cc63 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 4 Mar 2016 21:41:20 +0000 Subject: Added remaining not previously comitted files. --- models/asteroid/asteroid1.max | Bin 0 -> 708608 bytes models/asteroid/asteroid1.mud | Bin 0 -> 42534488 bytes models/asteroid/asteroid1.psd | Bin 0 -> 28634310 bytes sky/template.xml | 106 ++++++++++++++++++++++++++++++++++++++++ textures/thorn/metalsketch2.xcf | Bin 0 -> 2661579 bytes tools/scripts/rename-sky-q3.sh | 22 +++++++++ www/logo-seal.png | Bin 0 -> 15770 bytes www/logo-seal.xcf | Bin 0 -> 33112 bytes 8 files changed, 128 insertions(+) create mode 100644 models/asteroid/asteroid1.max create mode 100644 models/asteroid/asteroid1.mud create mode 100644 models/asteroid/asteroid1.psd create mode 100644 sky/template.xml create mode 100644 textures/thorn/metalsketch2.xcf create mode 100755 tools/scripts/rename-sky-q3.sh create mode 100644 www/logo-seal.png create mode 100644 www/logo-seal.xcf diff --git a/models/asteroid/asteroid1.max b/models/asteroid/asteroid1.max new file mode 100644 index 0000000..9c32c53 Binary files /dev/null and b/models/asteroid/asteroid1.max differ diff --git a/models/asteroid/asteroid1.mud b/models/asteroid/asteroid1.mud new file mode 100644 index 0000000..78e549d Binary files /dev/null and b/models/asteroid/asteroid1.mud differ diff --git a/models/asteroid/asteroid1.psd b/models/asteroid/asteroid1.psd new file mode 100644 index 0000000..9c4b180 Binary files /dev/null and b/models/asteroid/asteroid1.psd differ diff --git a/sky/template.xml b/sky/template.xml new file mode 100644 index 0000000..23358fa --- /dev/null +++ b/sky/template.xml @@ -0,0 +1,106 @@ + + + + one + 0 0 0 1 + false + 0.5 + 2 + fbm + 1 + 1 + 1 + 1 + 1 + 1 + point stars white + 1 1 1 1 + 10000 + 1 + 1 + one + points + + + one + 0 0 0 1 + false + 0.5 + 2 + fbm + 1 + 1 + 1 + 1 + 1 + 1 + point stars white large + 1 1 1 1 + 2500 + 2 + 2 + one + points + + + one_minus_src_alpha + 0.768628 0.768628 0.768628 1 + false + 0.5 + 2 + + 1 + 1 + 1 + 1 + 1 + 0 + 0.01 + 0.002 + billboard stars white + 1 1 1 1 + 250 + 4 + src_alpha + osirion-flare-10.png + billboards + + + one_minus_src_alpha + 0.02 + 0.85 + 1 1 1 1 + 16 + spots white + ridged + 8 + 1 + 0 0 0 1 + 1 + 512 + 0.1 + 8 + 0.9 + src_alpha + noise + + + one_minus_src_alpha + 0.03 + 2 + 0 0 0 1 + 2.5 + background dust + fbm + 4 + 1 + 0 0 0 1 + 1 + 512 + 0.25 + 16 + 0.25 + src_alpha + noise + + diff --git a/textures/thorn/metalsketch2.xcf b/textures/thorn/metalsketch2.xcf new file mode 100644 index 0000000..c96625d Binary files /dev/null and b/textures/thorn/metalsketch2.xcf differ diff --git a/tools/scripts/rename-sky-q3.sh b/tools/scripts/rename-sky-q3.sh new file mode 100755 index 0000000..5127b25 --- /dev/null +++ b/tools/scripts/rename-sky-q3.sh @@ -0,0 +1,22 @@ +#!/bin/sh + +sky="$1" + +convert_defaults="-quality 92" + +convert ${sky}_back6.png ${convert_defaults} ${sky}_bk.jpg + +# rotate 90 C +convert ${sky}_bottom4.png ${convert_defaults} -rotate 90 ${sky}_dn.jpg + +convert ${sky}_front5.png ${convert_defaults} ${sky}_ft.jpg + +convert ${sky}_left2.png ${convert_defaults} ${sky}_rt.jpg + +convert ${sky}_right1.png ${convert_defaults} ${sky}_lf.jpg + +# rotate 90 CC +convert ${sky}_top3.png ${convert_defaults} -rotate 270 ${sky}_up.jpg + +# create thumbnail +convert ${sky}_top3.png ${convert_defaults} -scale 256 ${sky}.jpg diff --git a/www/logo-seal.png b/www/logo-seal.png new file mode 100644 index 0000000..4121030 Binary files /dev/null and b/www/logo-seal.png differ diff --git a/www/logo-seal.xcf b/www/logo-seal.xcf new file mode 100644 index 0000000..230b9f9 Binary files /dev/null and b/www/logo-seal.xcf differ -- cgit v1.2.3