Basically I want Cyberpunk where all the lights and movement actually mean something.
totally valid desire, but I don’t think AI would give you that solution. If you went into a building and it was a weird, hallucinated backroom, would that give you that feeling that you’re looking for? Or would you be left feeling disappointed in a different way?
mushroommunk@lemmy.today 3 days ago
Yeah AI is not the right choice for this. Plenty of procedural algorithms for this already. It’s just very cost expensive hardware wise.
30p87@feddit.org 3 days ago
People often don’t realize that most things can be done via very simple algorithms, more advanced algorithms or at most very simple neural networks. Instead, they immediately jump to LLM integrations.
tal@lemmy.today 2 days ago
Training a model to generate 3D models for different levels of detail might be possible, if there are enough examples of games with human-created different-LOD models. Like, it could be a way to assess, from a psychovisual standpoint, what elements are “important” based on their geometry or color/texture properties.
We have 3D engines that can use variable-LOD models if they’re there…but they require effort from human modelers to make good ones today. Tweaking that is kinda drudge work, but you want to do it if you want open-world environments with high-resolution models up close.