mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-16 13:30:07 +01:00
Merge pull request #1211 from Calinou/move-compute-shader-heightmap-demo
Move Compute Shader Heightmap demo to the `compute/` folder
This commit is contained in:
@@ -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
|
on the main scene. By default, it's set to 2048, which creates a 2048×2048
|
||||||
heightmap.
|
heightmap.
|
||||||
|
|
||||||
> **Note**
|
> [!NOTE]
|
||||||
>
|
>
|
||||||
> The shader code has been structured to be followed step-by-step by the user,
|
> 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
|
> and may not necessarily represent best practices. The CPU code is also less
|
||||||
@@ -31,4 +31,4 @@ Languages: GDScript, GLSL
|
|||||||
|
|
||||||
Renderer: Mobile
|
Renderer: Mobile
|
||||||
|
|
||||||

|

|
||||||
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 95 KiB |
Reference in New Issue
Block a user