diff --git a/README.md b/README.md index 2fe4dec..0bb8746 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Blocks -![](doc/image1.png) +![](image.png) Tiny Minecraft clone in C and HLSL using the new SDL3 GPU API @@ -61,41 +61,12 @@ To build locally, add [SDL_shadercross](https://github.com/libsdl-org/SDL_shader ### Passes 1. Render opaques to depth texture (for shadows) - -![](doc/image2.png) - 2. Render sky to G-buffer - -![](doc/image3.png) - 3. Render opaques to G-buffer - -![](doc/image4.png) - 4. Calculate SSAO - -![](doc/image5.png) - 5. Blur SSAO - -![](doc/image6.png) - 6. Composite G-buffer - -![](doc/image7.png) - 7. Render transparents to depth teture (for predepth) - -![](doc/image8.png) - 8. Render transparents and composite - -![](doc/image9.png) - 9. Render raycast - -![](doc/image10.png) - 10. Render UI - -![](doc/image11.png) diff --git a/doc/image1.png b/doc/image1.png deleted file mode 100644 index 4a6fb90..0000000 Binary files a/doc/image1.png and /dev/null differ diff --git a/doc/image10.png b/doc/image10.png deleted file mode 100644 index 4a93b09..0000000 Binary files a/doc/image10.png and /dev/null differ diff --git a/doc/image11.png b/doc/image11.png deleted file mode 100644 index 6202524..0000000 Binary files a/doc/image11.png and /dev/null differ diff --git a/doc/image2.png b/doc/image2.png deleted file mode 100644 index 0c90d08..0000000 Binary files a/doc/image2.png and /dev/null differ diff --git a/doc/image3.png b/doc/image3.png deleted file mode 100644 index 8a382d9..0000000 Binary files a/doc/image3.png and /dev/null differ diff --git a/doc/image4.png b/doc/image4.png deleted file mode 100644 index e0c9560..0000000 Binary files a/doc/image4.png and /dev/null differ diff --git a/doc/image5.png b/doc/image5.png deleted file mode 100644 index c821feb..0000000 Binary files a/doc/image5.png and /dev/null differ diff --git a/doc/image6.png b/doc/image6.png deleted file mode 100644 index 49f2db4..0000000 Binary files a/doc/image6.png and /dev/null differ diff --git a/doc/image7.png b/doc/image7.png deleted file mode 100644 index aaa8151..0000000 Binary files a/doc/image7.png and /dev/null differ diff --git a/doc/image8.png b/doc/image8.png deleted file mode 100644 index c518c3d..0000000 Binary files a/doc/image8.png and /dev/null differ diff --git a/doc/image9.png b/doc/image9.png deleted file mode 100644 index 737f120..0000000 Binary files a/doc/image9.png and /dev/null differ diff --git a/image.png b/image.png new file mode 100644 index 0000000..71fe42c Binary files /dev/null and b/image.png differ