I still don’t know if I’ll make a “full” game out of it. This is primary learning experience for me :). But assuming I would make a small bowling game - the ball would be the main “character”, so it would be visible from quite close at certain times (around something like on the vid).
I couldn’t get much lower than that and still having smooth surface, esp. around the holes. But I was looking at the ball from quite a close distance (like on the first picture). Any pointers how to do that?
Objects for games can have different mesh solutions.
The game engine, can than switch to low - high resolutions in case of need.
Blender has a module called multi resolution. Working on an object in different resolutions.
The holes are the main resolution issue. But when a ball is rolling fast over a bowling lane, motion blur. Then do you need a high resolution ball with hole? Or is a versionwith no holes, and a normal map enough (which gives the illusion of holes).
Normal maps and multiresolution, will be part of this course.
If you have enough CPU power, then no problem. In complex games, every vertex counts.
Now that you wrote it it’s obvious to use LODs with lower LODs not having holes at all. I was overthinking the problem and thinking of a solution that would be using one mesh that would fit all situations :D.
Actually, the fun fact is that me too… I had to fire up unreal to check, because I already managed to forget how I set them up and couldn’t tell the difference from the video