Beam Minimap (King's Row)
This code is over 6 months old. The code may have expired and might no longer function.
A minimap proof-of-concept using only beams with proper clipping.
A constant number of beams are used (default: 72) to represent the map geometry. Map is divided into sectors to utilize the constant beam count.
Two window modes available: Circle or Square (https://en.wikipedia.org/wiki/Liang%E2%80%93Barsky_algorithm). Average Server Load for each mode is 130-150 and 120-140 respectively.
All map data are hard-coded.
Snippet
Loading...