LOD Force Update?
Hello this may seem odd but
I noticed that the LODs do not update when blocks are broken or placed in that region. (even if region was a /forceload zone)
if possible if there a way to force update LODs to display these changes?
i am trying to make a block model of my custom mob (horror game) so it can be see even if they are out of rendering distance. (for a creepy faraway creature watching you effect)
if it looks laggy and janky that is fine but i would lime to at least have it display it without needing the player to travel to the zone to update that block change
2 Replies
Increase the CPU load
Break/destroy multiple block in the target chunk
Wait some time inside the chunk
There isn’t any better way as far as I know
I guess you can try decreasing vanilla and DH RD to make sure DH is focused on the target chunk
DH will update LODs automatically, but when it decides to do so is based on an algorithm that tries to figure out if the detected change will be visible or not. No point in doing a bunch of generation if the end result looks the same, right? Like Miki says; you will just have to make more changes.