#Spooky mysterious minimap
1 messages · Page 1 of 1 (latest)
So if looking at it, there are 5 parts to it
- A non-moving black background
- A player dot in the center, also non-moving but rendered above everything else
- Individual room sqaures that can be added, removed and highlighted
- The ability to rotate and translate that room square surface
- A culling mask at the edge of the circle preventing the squares to go too far outside
based on the fact that these are pre-generated rooms by the server, and they are not chunk aligned, it means that the squares are not refering to chunks
Thus, the structure of that room surface is controlled by the server
The backdrop is likely just a solid color circle rendered around a position with a fade out
The player dot however looks like a player marker on a map