feat: implemented terrain editor plumbing
This commit is contained in:
parent
76dd9fbc62
commit
81ac67c623
10 changed files with 647 additions and 0 deletions
9
project/terrain.gdshader
Normal file
9
project/terrain.gdshader
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
shader_type spatial;
|
||||
|
||||
void vertex() {
|
||||
|
||||
}
|
||||
|
||||
//void fragment() {
|
||||
// Called for every pixel the material is visible on.
|
||||
//}
|
||||
Loading…
Add table
Add a link
Reference in a new issue