#Spooky mysterious minimap

1 messages · Page 1 of 1 (latest)

fiery ice
#

Let's make a thread to not spam the channel anymore than we've already done

#

So if looking at it, there are 5 parts to it

#
  1. A non-moving black background
  2. A player dot in the center, also non-moving but rendered above everything else
  3. Individual room sqaures that can be added, removed and highlighted
  4. The ability to rotate and translate that room square surface
  5. 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