Kelsidavis-WoWee/include/rendering
Kelsi 4287878a73 Performance optimizations and collision improvements
Performance:
- Remove expensive inverse() from all vertex shaders (terrain, WMO, M2, water, character)
- Add uniform location caching to avoid repeated glGetUniformLocation calls
- Add proper frustum culling for WMO groups using AABB intersection
- Add distance-based culling for WMO and M2 instances
- Add cleanup of unused M2/WMO models when tiles unload

Collision & Movement:
- Add M2 doodad collision detection (fences, boxes, etc.)
- Reduce character eye height (5.0 -> 1.8) and collision radius (2.5 -> 0.5)
- Enable WoW-style movement speed by default (14 units/sec run, 5 walk, 9 back)
- Fix emote grammar ("You waves." -> "You wave.")

Misc:
- Rename window title to "Wowee"
2026-02-02 23:03:45 -08:00
..
camera.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
camera_controller.hpp Performance optimizations and collision improvements 2026-02-02 23:03:45 -08:00
celestial.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
character_renderer.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
clouds.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
frustum.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
lens_flare.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
lightning.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
m2_renderer.hpp Performance optimizations and collision improvements 2026-02-02 23:03:45 -08:00
material.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
mesh.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
minimap.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
performance_hud.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
renderer.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
scene.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
shader.hpp Performance optimizations and collision improvements 2026-02-02 23:03:45 -08:00
skybox.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
starfield.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
swim_effects.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
terrain_manager.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
terrain_renderer.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
texture.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
water_renderer.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
weather.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
wmo_renderer.hpp Performance optimizations and collision improvements 2026-02-02 23:03:45 -08:00