Add modified Fragmented project files
This commit is contained in:
parent
f99f1fbc9b
commit
77ce93fb15
57 changed files with 1696 additions and 0 deletions
5
shaderlib/common.gdshaderinc
Normal file
5
shaderlib/common.gdshaderinc
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
// inefficient cuberoot function
|
||||
float cbrt(float x) {
|
||||
return pow(x, 1.0/3.0);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue