this post was submitted on 07 Jan 2025
21 points (100.0% liked)

Game Development

3565 readers
29 users here now

Welcome to the game development community! This is a place to talk about and post anything related to the field of game development.

Community Wiki

founded 2 years ago
MODERATORS
 

Hello, I'm building an RTS game and need to find some models for the environment. However all models that I can find usually have too many faces for the scale of my game.

I would like to find for example tree models with max 100 faces that's not in the classic cartoony low poly style, but a realistic style. Preferably even with lower quality LOD models.

Could someone point me in the right direction or give me some good search terms?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] fubbernuckin@lemmy.dbzer0.com 4 points 2 days ago (1 children)

Is it possible for you to modify models? It might be worthwhile to try looking into assets that can be billboarded or are baked down from higher fidelity models.

I don't know which engine you're using but many of them have solutions for generating their own LODs (with varying levels of effectiveness) too.

But if finding them fully finished like this is absolutely necessary then I'm afraid I don't have any helpful information.

I've found using the "decimate" function in blender good at lowering faces, but it only takes me so far (got maybe 250 faces to 100, but no lower). But I'll probably go for the oblivion style billboarding since I'm just prototyping anyway.