this post was submitted on 28 Aug 2023
25 points (100.0% liked)

Godot

5692 readers
40 users here now

Welcome to the programming.dev Godot community!

This is a place where you can discuss about anything relating to the Godot game engine. Feel free to ask questions, post tutorials, show off your godot game, etc.

Make sure to follow the Godot CoC while chatting

We have a matrix room that can be used for chatting with other members of the community here

Links

Other Communities

Rules

We have a four strike system in this community where you get warned the first time you break a rule, then given a week ban, then given a year ban, then a permanent ban. Certain actions may bypass this and go straight to permanent ban if severe enough and done with malicious intent

Wormhole

!roguelikedev@programming.dev

Credits

founded 1 year ago
MODERATORS
 

I'm just looking for a good review of modern large-scale terrain rendering techniques. I've been reading about a few individually, various quadtree stuff, GPU clipmaps, continuous methods, but I don't have a good grasp of the state of the art, performance comparisons between methods, what I should invest my time learning better etc. A well-written review article would help a lot. But I can't find much, at least not from the last few years. If there isn't a good academic article maybe someone wrote a great blog post or something? I get a lot of hits searching around but they are mostly zillions of different people implementing this or that algorithm for demo projects, it's harder to find systematically put together information giving an overview of the field and techniques.

you are viewing a single comment's thread
view the rest of the comments
[–] tuto193@lemmy.world 1 points 1 year ago

Don't really know if this helps, but I'm using it as reference: LandscapeLab! is a landscape rendering tool and serious game. It's very prototypical, and not really stable, but it looks quite nice.