mirror of
https://gitlab.com/veloren/veloren
synced 2026-08-16 16:26:07 -04:00
Fix particle depth.
This commit is contained in:
parent
f51dfdeb44
commit
0a4218ed9d
1 changed files with 0 additions and 1 deletions
|
|
@ -191,5 +191,4 @@ void main() {
|
|||
gl_Position =
|
||||
all_mat *
|
||||
vec4(f_pos, 1);
|
||||
gl_Position.z = -1000.0 / (gl_Position.z + 10000.0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue