From 977731f84646c7ff394e2cd0f1c7603f36376999 Mon Sep 17 00:00:00 2001 From: TheRedShip Date: Sun, 9 Mar 2025 16:44:42 +0100 Subject: [PATCH] + | New mind blowing map --- scenes/fog_lights.rt | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 scenes/fog_lights.rt diff --git a/scenes/fog_lights.rt b/scenes/fog_lights.rt new file mode 100644 index 0000000..0626881 --- /dev/null +++ b/scenes/fog_lights.rt @@ -0,0 +1,32 @@ +CAM 0 1 0 + +MAT 200 200 200 0 0. 0. // 0 white + +MAT 200 50 50 1 0. 0. // 1 red light +MAT 50 200 50 1 0. 0. // 2 green light +MAT 50 50 200 1 0. 0. // 3 blue light + + +pl 0 0 0 0 1 0 0 + +# sp 1 0 -1 1 1 +# sp 0 0 -0.75 1 2 +# sp -1 0 -1 1 3 + +sl 0.5 0 -1 0.1 0.50 0.25 1 0.85 1 +sl 0 0 -0.75 0.1 0.00 0.25 1 0.85 2 +sl -0.5 0 -1 0.1 -0.5 0.25 1 0.85 3 + +# big quad +qu -2.5 0 -6 0 1 0 5 0 0 0 0 + +#small 2 quad +qu -3.55 0 -3.5 0 1 0 3.5 0 0 0 0 +qu 3.55 0 -3.5 0 1 0 -3.5 0 0 0 0 + +#top small squad +qu -2.5 0.5 -3.5 0 0.5 0 5 0 0 0 0 + +#casting shadow + +cy -0.25 0.5 -2.5 0.1 1 0 0 0 0 \ No newline at end of file