semi-transparent water rendering (TODO)
This commit is contained in:
6
internal/asset/shader/world/shadowmap.frag
Normal file
6
internal/asset/shader/world/shadowmap.frag
Normal file
@@ -0,0 +1,6 @@
|
||||
#version 330
|
||||
|
||||
void main() {
|
||||
// gl_FragDepth = gl.FragCoord.z;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user