]> git.lizzy.rs Git - dragonfireclient.git/commit
Add depth sorting for node faces (#11696)
authorx2048 <codeforsmile@gmail.com>
Sat, 2 Apr 2022 08:42:27 +0000 (10:42 +0200)
committerGitHub <noreply@github.com>
Sat, 2 Apr 2022 08:42:27 +0000 (10:42 +0200)
commitb0b9732359d43325c8bd820abeb8417353365a0c
tree3de2c5a55f67ee142a9f2a1b95c2b47b6d881c54
parent26c046a563f686f9309055f5d566a92d436eed7e
Add depth sorting for node faces (#11696)

Use BSP tree to order transparent triangles
https://en.wikipedia.org/wiki/Binary_space_partitioning
builtin/settingtypes.txt
src/client/clientmap.cpp
src/client/clientmap.h
src/client/content_mapblock.cpp
src/client/mapblock_mesh.cpp
src/client/mapblock_mesh.h
src/client/tile.h
src/defaultsettings.cpp