Search found 1 match
- Sun Nov 05, 2023 6:35 pm
- Forum: General
- Topic: love.graphics.setDepthMode("lequal", true) does not work on Windows
- Replies: 1
- Views: 5273
love.graphics.setDepthMode("lequal", true) does not work on Windows
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 wor...