You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux Minetest 5.1.0-dev-39c54e1
GeForce GTX 1050
nvidia driver 390.116-0ubuntu0.18.04.1
At a distance the drawer entities exhibit what appears to be z-fighting. See the attached image for an example. I've found that changing the node box (in api.lua) clears up the issue, but there might be a better way to solve this.
Linux Minetest 5.1.0-dev-39c54e1
GeForce GTX 1050
nvidia driver 390.116-0ubuntu0.18.04.1
At a distance the drawer entities exhibit what appears to be z-fighting. See the attached image for an example. I've found that changing the node box (in api.lua) clears up the issue, but there might be a better way to solve this.
drawers.node_box_simple = { {-0.5, -0.5, -0.42, 0.5, 0.5, 0.5}, {-0.5, -0.5, -0.5, -0.42, 0.5, -0.42}, {0.42, -0.5, -0.5, 0.5, 0.5, -0.42}, {-0.42, 0.42, -0.5, 0.42, 0.5, -0.42}, {-0.42, -0.5, -0.5, 0.42, -0.42, -0.42}, }
The text was updated successfully, but these errors were encountered: