Files
WoWee/include/rendering
Kelsi a36cc3553c fix(rendering): hide sky birds until close enough for animation
Bird and bat doodads appeared frozen mid-flap in the sky because bone
computation stops beyond 150 units (LOD3 distance) but the model was
still rendered in its bind pose. Now classified as sky birds and their
render distance is capped to the bone-update range, fading in smoothly
as the player approaches.
2026-07-11 11:40:49 -07:00
..