jdolan / quetoo

Quetoo ("Q2") is a free first person shooter based on id Tech2. GPL v2 license.
http://quetoo.org
204 stars 28 forks source link

Flare Fixups #626

Closed Paril closed 2 years ago

Paril commented 3 years ago

Flares are a bit odd at the moment and need a bit of work.

jdolan commented 3 years ago

@Paril Did you address everything you wanted to with flares?

Paril commented 3 years ago

They still don't look great, and most surfaces have two or more flares on them, either intersecting or duplicating, so that needs to be investigated/fixed.

jdolan commented 3 years ago

Right. Okay. I'll tackle deduping / merging them if you wanna handle the visuals once that's done.

Paril commented 3 years ago

Most of this is done now visually. Maps still have quite a few issues though; edge has some flares that are offset incorrectly (on ceiling near lg), some are using small flares when they should be big (several wall lights)

jdolan commented 2 years ago

This is now fixed with https://github.com/jdolan/quetoo/pull/641