ImperialCartographer (1)

Change Log:
——————–
V. 1
– Initial
Description:
——————–
This addon adds 3D markers of all POIs around Tamriel. It is an improved compass, more visual and easier to use.
Dependencies
Lib3D
LibAddonMenu-2.0
LibImplex
Disclaimer
This addon was created as a showcase for the LibImplex library, which handles all types of 3D markers, but then I decided to make a complete addon out of it. It requires a lot of time to finish because all POIs must be added manually, since it’s only possible to get XY coordinates via the game API, but the height of all POIs must be measured manually. I will update it gradually. You can find the roadmap below and help with development too!
Finished features
Shows all POIs on the map
POIs with unknown height (which haven’t been added to the addon yet) appear in yellow, are always visible, and their height position equals the player’s current height
Added POIs appear in blue, at their exact measured points, and are visible from 5m to 235m (POIs appear on the compass near 235m, so I chose this distance)
All POIs change transparency based on distance
All POIs have a label with accurate distance
All POIs show name and ID when looked at directly
All POIs show control name and ID when hovered over (will be changed in the future; I plan to display helpful information about the POI instead. Control name and ID are debug info I need currently)
Roadmap
Add UI to more easily see which points have been added
Add all POIs in Tamriel
Add…