Davidobot / love.js

LÖVE ported to the web using Emscripten, updated to the latest Emscripten and LÖVE (v11.5)
MIT License
605 stars 27 forks source link

Firefox 3D Depth Issue #28

Closed Davidobot closed 3 years ago

Davidobot commented 3 years ago

The G3D demo has an issue whereby on Firefox the normals seem to be inverted.

See if https://love2d.org/forums/viewtopic.php?f=5&t=86350&start=70#p238076 solves this.

Davidobot commented 3 years ago

Hooray!

Adding a simple conf.lua to the G3D demo:

function love.conf(t)
    t.window.depth = 16
end

Fixed the bug!