swlegion / tts

Table Top Simulator Mod for Star Wars: Legion
MIT License
43 stars 27 forks source link

Align Projectors and Range check math #552

Open dicewrench opened 2 years ago

dicewrench commented 2 years ago

I've very carefully calibrated the projectors in Unity to 6" per band. But there's some magic numbers in the materials to make it happen... which likely get turned to halfs because that's faster for GPUs, and then floating point precision kicks in... So some amount of fuzziness is to be expected, but we're seeing like 0.1"-0.2" discrepancy which is a lot. I suspect the base math may just not match my table?

This is worth another look.