Implemented simple terrain generation

This commit is contained in:
Lorenzo Torres 2025-08-13 21:16:42 +02:00
parent fb9607b2b1
commit c0b8d021d4
16 changed files with 825 additions and 32 deletions

View file

@ -41,3 +41,4 @@ void main() {
TexCoords = uv;
gl_Position = out_vec;
}