love.graphics.setDepthMode("lequal", true) does not work on Windows
Posted: Sun Nov 05, 2023 6:35 pm
Good evening, I am creating a small 3D game engine with just lua love2d, I have 2 cubes which rotate on themselves and one behind the other.
The furthest cube is displayed in front of the closest one which is a problem.
so I use love.graphics.setDepthMode("lequal", true) and everything works perfectly on Mac but when I try on Windows it doesn't work.
I specify that I have the same code on both platforms.
Can someone help me please.
The furthest cube is displayed in front of the closest one which is a problem.
so I use love.graphics.setDepthMode("lequal", true) and everything works perfectly on Mac but when I try on Windows it doesn't work.
I specify that I have the same code on both platforms.
Can someone help me please.