diff --git a/README.md b/README.md index 2e500c3..a0cef27 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ How it works : 2. then you will scan this fictif screen with rays, each ray will correspond to a column in the 3D view -![animation of rays scanning the map and creating columns in 3D view](assets/raycast_2.gif) +![animation of rays scanning the map and creating columns in 3D view](assets/raycast_2c.gif) 3. when a ray reaches a wall, it draw it in the 3D view diff --git a/assets/raycast_2.gif b/assets/raycast_2a.gif similarity index 100% rename from assets/raycast_2.gif rename to assets/raycast_2a.gif diff --git a/assets/raycast_2b.gif b/assets/raycast_2b.gif new file mode 100644 index 0000000..be4be4a Binary files /dev/null and b/assets/raycast_2b.gif differ diff --git a/assets/raycast_2c.gif b/assets/raycast_2c.gif new file mode 100644 index 0000000..9fc9d5f Binary files /dev/null and b/assets/raycast_2c.gif differ diff --git a/assets/raycasting_steps_2_gif.xcf b/assets/raycasting_steps_2a_gif.xcf similarity index 100% rename from assets/raycasting_steps_2_gif.xcf rename to assets/raycasting_steps_2a_gif.xcf diff --git a/assets/raycasting_steps_2b_gif.xcf b/assets/raycasting_steps_2b_gif.xcf new file mode 100644 index 0000000..258ddfb Binary files /dev/null and b/assets/raycasting_steps_2b_gif.xcf differ diff --git a/assets/raycasting_steps_2c_gif.xcf b/assets/raycasting_steps_2c_gif.xcf new file mode 100644 index 0000000..3bff629 Binary files /dev/null and b/assets/raycasting_steps_2c_gif.xcf differ