diff --git a/misc/compute_shader_heightmap/README.md b/compute/heightmap/README.md similarity index 94% rename from misc/compute_shader_heightmap/README.md rename to compute/heightmap/README.md index 5dbe6bc2..f1ba486b 100644 --- a/misc/compute_shader_heightmap/README.md +++ b/compute/heightmap/README.md @@ -20,7 +20,7 @@ The dimensions of the image can be set on the exported **Dimensions** property on the main scene. By default, it's set to 2048, which creates a 2048×2048 heightmap. -> **Note** +> [!NOTE] > > The shader code has been structured to be followed step-by-step by the user, > and may not necessarily represent best practices. The CPU code is also less @@ -31,4 +31,4 @@ Languages: GDScript, GLSL Renderer: Mobile -![Compute Shader Heightmap](screenshots/compute_shader_heightmap.webp) +![Compute Shader Heightmap](screenshots/heightmap.webp) diff --git a/misc/compute_shader_heightmap/compute_shader.glsl b/compute/heightmap/compute_shader.glsl similarity index 100% rename from misc/compute_shader_heightmap/compute_shader.glsl rename to compute/heightmap/compute_shader.glsl diff --git a/misc/compute_shader_heightmap/compute_shader.glsl.import b/compute/heightmap/compute_shader.glsl.import similarity index 100% rename from misc/compute_shader_heightmap/compute_shader.glsl.import rename to compute/heightmap/compute_shader.glsl.import diff --git a/misc/compute_shader_heightmap/icon.webp b/compute/heightmap/icon.webp similarity index 100% rename from misc/compute_shader_heightmap/icon.webp rename to compute/heightmap/icon.webp diff --git a/misc/compute_shader_heightmap/icon.webp.import b/compute/heightmap/icon.webp.import similarity index 100% rename from misc/compute_shader_heightmap/icon.webp.import rename to compute/heightmap/icon.webp.import diff --git a/misc/compute_shader_heightmap/main.gd b/compute/heightmap/main.gd similarity index 100% rename from misc/compute_shader_heightmap/main.gd rename to compute/heightmap/main.gd diff --git a/misc/compute_shader_heightmap/main.gd.uid b/compute/heightmap/main.gd.uid similarity index 100% rename from misc/compute_shader_heightmap/main.gd.uid rename to compute/heightmap/main.gd.uid diff --git a/misc/compute_shader_heightmap/main.tscn b/compute/heightmap/main.tscn similarity index 100% rename from misc/compute_shader_heightmap/main.tscn rename to compute/heightmap/main.tscn diff --git a/misc/compute_shader_heightmap/project.godot b/compute/heightmap/project.godot similarity index 100% rename from misc/compute_shader_heightmap/project.godot rename to compute/heightmap/project.godot diff --git a/misc/compute_shader_heightmap/screenshots/.gdignore b/compute/heightmap/screenshots/.gdignore similarity index 100% rename from misc/compute_shader_heightmap/screenshots/.gdignore rename to compute/heightmap/screenshots/.gdignore diff --git a/misc/compute_shader_heightmap/screenshots/compute_shader_heightmap.webp b/compute/heightmap/screenshots/heightmap.webp similarity index 100% rename from misc/compute_shader_heightmap/screenshots/compute_shader_heightmap.webp rename to compute/heightmap/screenshots/heightmap.webp