]> git.xonotic.org Git - xonotic/netradiant.git/commit
q3map2/light: introduce -nobouncestore
authorThomas Debesse <dev@illwieckz.net>
Sun, 22 Sep 2019 00:16:08 +0000 (02:16 +0200)
committerThomas Debesse <dev@illwieckz.net>
Sun, 13 Oct 2019 02:19:57 +0000 (04:19 +0200)
commit43b1afe982fdc77aa64dfde64abdea0e61c88f6d
tree30ce316775382532587bb434ed6ae3d7651f5ea5
parent43455e1842d5346deaef95571cac95a3e24991b0
q3map2/light: introduce -nobouncestore

when storing computed lightmap on each bounce, user can interrupt compilation and
get working files, but it spends allocation time (which is slow and single-threaded

with this option, user can decide to only allocate lightmaps on the very final
bounce, it means it can't be interrupted, but it can save a lot of time
tools/quake3/q3map2/help.c
tools/quake3/q3map2/light.c
tools/quake3/q3map2/lightmaps_ydnar.c
tools/quake3/q3map2/q3map2.h