Hey all. I'm trying to think through how to achieve something and could use your feedback.
I'm trying to create what amount to oil rigs in my game. They aren't actually oil rigs, but that's beside the point. I'm trying to achieve a look like the following image:
Notice how there is a fair amount of fine detail, but some majorly big shapes?
Now I'm doing this for a first person view, so I really wonder how you guys thing it should be approached? I'm thinking multiple layers of tiled + detail textures for the large scale forms. Then regularly textured for the pipework etc. With instanced tiles where they can be used (walls or whatever).
Anyone any thoughts?
Oh and yeah, my rigs won't be on fire or leaning to the side
Replies
When I made some race tracks I used alpha decals of skid marks hovering about an inch over the surface to break up the pavement textures. They were also set to cull out from a distance. Maybe you can do something similar for the rust and wear streaks.
If you never have to get close to the rig then you could just make it out of a few much larger pieces which have a much lower texture resolution.
For making the large concrete forms you could mix a tiling texture with a uniquely unwrapped texture. Have a single texture with AO and water streaks and then a smaller detail texture with the base concrete on it.
if you make it for first person scale it'll probably look fine at a distance.
I know, I'm throwing out alot of Technical jargon at you, but the PC wiki should have you covered.