Why material break on my model?

Hello. I have a problem with my custom content. It looks good on basic figures, but on my model it behaves strangely.
My Material:


Material applied to the base shape from the started content::

Material applied to my model (created in blender)::

As you can see, the bottom part looks properly, but the other part of the mesh looks wrong. I don’t know what happened.
I would be grateful if anyone could help me solve the problem.

Textures are applied using the UVs of a 3d model. UVs are a flattened 2d version of the model that has to be created or generated, otherwise you get stretching.

There are texture projection methods that don’t rely on UVs, like triplanar projection, but it’s not always the best option.

yes. you gotta uv unwrap the model. i can see you just stretched a sphere, added loop cuts and some extrusions. while the sphere in blender comes with uvs it will not auto unwrap to fit your added geometry. this is some manual work for this sort of complex shape.

You are right, thank you!
I recalc uv unwraping by pressing in blender in edit mode UV → cylinder projection:


After that my material works properly.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.