mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-06-03 05:31:20 -04:00
- TerrainManager loads WOC collision meshes alongside WOT/WHM terrain from both custom_zones/ and output/ directories - CollisionData stored per-tile with triangle array + bounds - isPositionWalkable(x, y): returns whether a world position is on walkable terrain (barycentric point-in-triangle test) - getCollisionFlags(x, y): returns per-triangle flags (walkable, water, steep, indoor) for movement system integration - Defaults to walkable when no collision data is loaded (backward compat) - Custom zone players now have proper terrain physics boundaries