Files
WoWee/assets
Kelsi 2a8705ca8d fix(rendering): restore Stockade spawn floor and add instance portal visuals
Warmup's ground-ready probe converted the raw server tuple with
canonicalToRender only, skipping the serverToCanonical X/Y swap, so
WMO-only instances checked for a floor at the wrong spot and released
at the hard cap. Reuse the already-converted spawnRender instead, and
keep the first-frame floor snap probe within getFloorHeight's step-up
window (+5, was +50) so low-ceiling instances like The Stockade get
their floor hit.

Also generalize the Deeprun portal visuals to per-entry scale with a
Stockade exit portal, and render StormwindLampGlass as an authored
emissive surface via a new material UBO flag.
2026-07-16 00:22:28 -07:00
..