From 8866f5ed0bf073a1b57c5496fe057066481752a6 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Wed, 7 Feb 2018 17:26:34 +0100 Subject: The 9-cube poster. --- README | 4 ++++ maps/p6_engineering.map | 9 +++++++++ scripts/analmango.shader | 15 +++++++++++++++ textures/analmango/poster_enneract.jpg | Bin 0 -> 146238 bytes 4 files changed, 28 insertions(+) create mode 100644 textures/analmango/poster_enneract.jpg diff --git a/README b/README index 1cfeaab..911d7a5 100644 --- a/README +++ b/README @@ -100,6 +100,10 @@ textures/analmango/poster_lagranger.jpg textures/analmango/portrait_* Portraits of Richard Stallman and Linus Torvalds. +textures/analmango/poster_enneract.jpg + Includes Tom Ruen's "9-cube enneract graph" (Public Domain). + https://en.wikipedia.org/wiki/9-cube#/media/File:9-cube.svg + List of sampled YouTube videos (fair use) ----------------------------------------- diff --git a/maps/p6_engineering.map b/maps/p6_engineering.map index 4db7230..29d0bd3 100644 --- a/maps/p6_engineering.map +++ b/maps/p6_engineering.map @@ -6870,6 +6870,15 @@ nexus6/pipe03_64 ( 272 -2128 -112 ) ( 272 -2128 -8 ) ( 368 -2128 -112 ) common/discard 0 0 0 0.5 0.5 0 0 0 ( 272 -2128 -112 ) ( 272 -1944 -112 ) ( 272 -2128 -8 ) common/discard 0 0 0 0.5 0.5 0 0 0 } +// brush 738 +{ +( -153.6626434326 -1112 -22.971206665 ) ( -153.6626434326 -1128 -22.971206665 ) ( -185.5891265869 -1112 -25.1390533447 ) common/caulk 21.731628418 16 0 0.5011513233 0.5 0 0 0 +( -153.6626434326 -1120 -22.971206665 ) ( -185.5891265869 -1120 -25.1390533447 ) ( -150.4108581543 -1120 -70.8609313965 ) analmango/poster_enneract 64.1792984009 443.6436767578 -176.1155090332 0.0800000727 -0.0799999982 0 0 0 +( -153.6626434326 -1112 -22.971206665 ) ( -150.4108581543 -1112 -70.8609313965 ) ( -153.6626434326 -1128 -22.971206665 ) common/caulk 48 38.9829864502 0 0.5 0.5011513233 0 0 0 +( -182.3373565674 -1128 -73.028793335 ) ( -150.4108581543 -1128 -70.8609313965 ) ( -182.3373565674 -1112 -73.028793335 ) common/caulk 21.731628418 16 0 0.5011513233 0.5 0 0 0 +( -182.3373565674 -1128 -73.028793335 ) ( -185.5891265869 -1128 -25.1390533447 ) ( -150.4108581543 -1128 -70.8609313965 ) common/caulk 21.731628418 38.9829864502 3.8844974041 0.5 0.5 0 0 0 +( -182.3373565674 -1128 -73.028793335 ) ( -182.3373565674 -1112 -73.028793335 ) ( -185.5891265869 -1128 -25.1390533447 ) common/caulk 48 38.9829864502 0 0.5 0.5011513233 0 0 0 +} } // entity 1 { diff --git a/scripts/analmango.shader b/scripts/analmango.shader index 84d0ab6..c4c56cd 100644 --- a/scripts/analmango.shader +++ b/scripts/analmango.shader @@ -948,6 +948,21 @@ textures/analmango/poster_cat blendFunc filter } } + +textures/analmango/poster_enneract +{ + surfaceparm nonsolid + surfaceparm trans + polygonOffset + + { + map textures/analmango/poster_enneract.jpg + } + { + map $lightmap + blendFunc filter + } +} textures/analmango/zittrigmann { diff --git a/textures/analmango/poster_enneract.jpg b/textures/analmango/poster_enneract.jpg new file mode 100644 index 0000000..f0dfe90 Binary files /dev/null and b/textures/analmango/poster_enneract.jpg differ -- cgit