How to make material that looks like it is made of metal plates

I just used a texture and used it to control roughness, displacement and a mix shader between darker and lighter.
But, it would either end up:

  • Too strong (I am making an airplane, after all)
  • Too subtle (You can barely see it, even up-close)
  • Only visible in close-ups (If the light catches it or you get close enough, it looks perfect: But anywhere else it looks too rough, or too smooth.)

How would I fix this? (I cannot get the .blend file to attach and I do not know why, but here is a screenshot of the node setup):



And here is a screenshot of the clay model (The rendered one takes years to load)


Yeah, normal/bump/displacement maps tend to have an ideal viewing distance.

In a game, you could use a .dds with a seperately generated (scaled) normal map for different mip-levels. I’m not sure how Blender would handle that though.

Note that you could use a complicated node setup to scale the normal map differently-- or to mix between multiple normal maps-- depending on the distance of the camera (I believe you want a camera info node). Just be aware it won’t show up correctly in preview, and that the problem is not just a function of camera distance, but FOV as well, for which I think no node exists; you’d need a manually entered value.

Is this of any use?

https://blenderartists.org/forum/showthread.php?346786-Procedural-Patterns-What-is-possible&p=2988909&viewfull=1#post2988909

Thanks @moony, yes it is. Do you think there is a way to superimpose a bolt texture onto the plates? I messed around with some nodes but they did not work well…

Here is a screenshot to see if this is the look of bolts you are looking for. If so all it is is taking the unwrapped parts and creating a bump map for the bolts which are just white circles and the edges are just light gray lines. So all this really is a texture map of the metal, and the texture map of black and white for the bump map added to the material normal plugs. I can share the blend file if this is what you want and you can look at the quick setup to show how the bump map works. %100 black is inset and %100 white is extruded so %50 black and white (middle gray) will be extruded half the height as black.


see here you may find http://matrep.parastudios.de/index.php?p=7

Thanks, my problem is the fact that the Bump Maps fade and it only looks good at a certain distance.

You could also create a normal map in gimp or Photoshop then use the micro displacement modifier with those maps and it will add the physical look. However you will need a dense mesh to get small details to show. All this depends as well on how close are you planning on having the model to the camera? As a lot of artists will create a scene and model something in crazy detail which is fine for them but the regular Joe’s eye would have no idea that there was rivets under the wing. If it is going to be a close up model then geometry is the best way to go then bake normals and such and apply them to a less geometry dense model. So in other words duplicate the model you have now and move it to a separate layer then model/sculpt all the details you need, use that model to bake the normals off of and apply those normals to the old less dense model. Blender guru has a good tutorial of what I’m trying to explain and does a better job of it than I. Look up his anvil modeling tutorial on YouTube and you can skip to the mapping and baking parts of the series.

What is micro displacement? In my modifier rack I only see normal displacement, and unless I want to subdivide everything, I don’t know if i could.

This is what I am talking about. https://www.youtube.com/watch?v=dRzzaRvVDng

my favorite way os to use the checker pattern, and then mix with another procedural txture, (like a different size/scale checker texture, or rings might work even better fo r your plane) using a vector math node, then map to displace.

play around with a vector math node, with value output to displace. (start with just mixing say a ring texture and checker texture, with object or generated geometry – texture mapping node – checker texture – black/white color ramp – vector math

i am quite sure with some creativity, you can create a node group that automatically plates any other plane you design, and rivets all the panels along the edges too.

i know because i made a bronze cladding magic armor with runes that i can slap nto any monster, and with a few tweaks, it is now decked out in full bronze armor.

sorry about underline. hate ipads.

makes procedural magic. no need for uvunwrapping hassles.

can you show nodes set up for that bronze cladding

thanks
happy cl