• renegadespork@lemmy.jelliefrontier.net
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 hour ago

    But the server is the authority on player location. It can tell if a player is visible to another because it knows their locations (as well as any obfuscations) at any given instant. It doesn’t need to know what they’re going to do next until it gets that next input from the client.

    Obviously calculating this requires more work on the server’s part, but in smaller competitive matches this is totally doable. We’re talking basic wireframe vectors.

    • 9point6@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      46 minutes ago

      Right, but as I mentioned unless you have an actual infinite number of variations of every player model (impossible, you can’t store infinite variations in fixed storage), you’re going to need the full player model in GPU memory and something client side will need to do the chopping with knowledge of the players origin coordinates, it’s impossible to determine the shape of and position the chopped shape without sending that information to the client. Streaming graphics data from a server into even a top of the line GPU would be a prohibitive hit to game performance when milliseconds matter.

      It’s not processing power that’s the problem, it’s the speed of light