fix: increase grid material depth
This commit is contained in:
@@ -115,7 +115,7 @@ fragment {
|
||||
|
||||
material.baseColor = color;
|
||||
|
||||
gl_FragDepth = 0.001f;
|
||||
gl_FragDepth = 0.00001f;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user