102
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 27 Oct 2023
102 points (95.5% liked)
Games
16722 readers
540 users here now
Video game news oriented community. No NanoUFO is not a bot :)
Posts.
- News oriented content (general reviews, previews or retrospectives allowed).
- Broad discussion posts (preferably not only about a specific game).
- No humor/memes etc..
- No affiliate links
- No advertising.
- No clickbait, editorialized, sensational titles. State the game in question in the title. No all caps.
- No self promotion.
- No duplicate posts, newer post will be deleted unless there is more discussion in one of the posts.
- No politics.
Comments.
- No personal attacks.
- Obey instance rules.
- No low effort comments(one or two words, emoji etc..)
- Please use spoiler tags for spoilers.
My goal is just to have a community where people can go and see what new game news is out for the day and comment on it.
Other communities:
founded 1 year ago
MODERATORS
And especially for the things that there are potentially thousands of on screen. And especially for things that are semi complex models. And especially for things that are small at a distance....
Yup, I'm no pro game dev, and even in my hobby projects I deal with it at the start of development. It's really easy for character models like this because you do it once for one model and tell the artists (also me) the resolutions for the textures. Then in early development, you use one model for everything while the artists make more variety.
It's not something any decent dev would leave for later.
I'm guessing they haven't tuned the multithreading code and they're getting a lot of lock contention. That's a much harder problem to solve than LODs or other low hanging fruit. You can turn around LODs in a week, multithreading issues can take months.