From 7bf9037562fd593bf62a6618e3c6109b2e822263 Mon Sep 17 00:00:00 2001 From: TheRedShip Date: Sun, 12 Jan 2025 18:09:13 +0100 Subject: [PATCH] ~ | Map modif --- scenes/colored_light.rt | 2 +- scenes/fox.rt | 4 ++-- scenes/logo.rt | 2 ++ scenes/stairs.rt | 2 +- shaders/compute.glsl | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/scenes/colored_light.rt b/scenes/colored_light.rt index 64558a2..bb1be60 100644 --- a/scenes/colored_light.rt +++ b/scenes/colored_light.rt @@ -1,4 +1,4 @@ -CAM 0 -0.5 4 +CAM 0 -0.5 4 -10.6 -90.2 0.241 4.709 60.399 5 MAT 255 010 010 5 0.0 1.0 MAT 010 255 010 5 0.0 1.0 diff --git a/scenes/fox.rt b/scenes/fox.rt index eddeeb1..218055b 100644 --- a/scenes/fox.rt +++ b/scenes/fox.rt @@ -1,4 +1,4 @@ -CAM -60 100 150 +CAM -71.5961 59.6902 96.7575 -8.8 -44.6 1 89.461 45.852 5 MAT 255 255 255 5.0 0.0 0.0 //white light @@ -7,7 +7,7 @@ MAT 040 080 150 0.0 0.0 0.0 //blue MAT 255 255 255 0.0 0.0 0 //white -sp 40 100 100 50 0 +# sp 40 100 100 50 0 qu -100 0 -100 200 0 0 0 0 200 1 qu -100 0 -100 200 0 0 0 200 0 2 diff --git a/scenes/logo.rt b/scenes/logo.rt index 81024ea..ddfb281 100644 --- a/scenes/logo.rt +++ b/scenes/logo.rt @@ -1,3 +1,5 @@ +CAM 14.994 12.8748 -7.21992 -81.8 -91.8 0 1.344 90 5 + MAT 089 183 186 0.00 0.00 0.00 0.10 pl +0.000 +0.000 +0.000 +0.000 +1.000 +0.000 0 MAT 089 183 186 0.00 0.00 1.00 diff --git a/scenes/stairs.rt b/scenes/stairs.rt index aba2d51..5a87d39 100644 --- a/scenes/stairs.rt +++ b/scenes/stairs.rt @@ -1,4 +1,4 @@ -CAM -7 10 6 -19.4 -50 0 1 +CAM -7 10 6 -19.4 -50 0.081 9.417 80.368 10 MAT 255 255 255 2.0 0.0 0.0 //white light diff --git a/shaders/compute.glsl b/shaders/compute.glsl index 70ce97d..30a3f91 100644 --- a/shaders/compute.glsl +++ b/shaders/compute.glsl @@ -151,7 +151,7 @@ vec3 pathtrace(Ray ray, inout uint rng_state) hitInfo hit = traceRay(ray); if (hit.obj_index == -1) { - light += GetEnvironmentLight(ray); + // light += GetEnvironmentLight(ray); // light += vec3(135 / 255.0f, 206 / 255.0f, 235 / 255.0f); //ambient color break; }