this post was submitted on 15 Oct 2024
410 points (91.3% liked)

Games

32545 readers
1357 users here now

Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.

Weekly Threads:

What Are You Playing?

The Weekly Discussion Topic

Rules:

  1. Submissions have to be related to games

  2. No bigotry or harassment, be civil

  3. No excessive self-promotion

  4. Stay on-topic; no memes, funny videos, giveaways, reposts, or low-effort posts

  5. Mark Spoilers and NSFW

  6. No linking to piracy

More information about the community rules can be found here.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] LeroyJenkins@lemmy.world 36 points 1 month ago (13 children)

3d terrain tile streaming takes a crazy amount of data. it essentially downloads hundreds of png files at a time and overlays them over 3d terrain data. Everytime you move an inch or pan the camera, it pulls down new data.

[–] zalgotext@sh.itjust.works 13 points 1 month ago (12 children)

That seems like a wildly inefficient way to render things

[–] AlotOfReading@lemmy.world 14 points 1 month ago

MSFS implements optimizations on top of that (progressive detail, compression, etc), but that's how almost all map systems work under the hood. It's actually an efficient way to represent real environments where you don't have the luxury of procedural generation.

load more comments (11 replies)
load more comments (11 replies)