Skip to main content

All Questions

0 votes
0 answers
12 views

How to export obj with texture coordinates and mapping applied to image textures? [duplicate]

I have an object with multiple image textures applied to different faces. In the shader editor, I added a mapping node and a texture coordinate node to change the scale/positions of the images on the ...
Jessica Corkal's user avatar
1 vote
1 answer
326 views

seamless circular coordinates

I want a coordinate system that is kind of radial/circular and it should have no visible border, mirroring or repetition of any kind. I did my best to search, but only found a few things about polar ...
The Kalaakaar's user avatar
0 votes
0 answers
366 views

Is there a way to distort UV coordinates along the path of a gradient?

Here is an image representing default UV coordinates of a square image plane. In the UV editor's XY space this is visually represented with colors: X axis = red Y axis = green What I would like to ...
Mentalist's user avatar
  • 19.3k
1 vote
1 answer
93 views

How can I rotate vectors to align with a sphere surface?

TLDR: How can I align voronoi scattered textures to the surface of a sphere without using UVs? I am trying to scatter textures on the surface of a sphere using a voronoi texture, and I can't use UV ...
Taliesin River's user avatar
1 vote
2 answers
235 views

How to texture mapping like this?

I know how to UV mapping and projection mapping however, in this image, uv mapped using top projection result texture is not bleeding or stretched. Even side faces is not stretched I think there's ...
user117474's user avatar
1 vote
2 answers
1k views

How to introduce random material offset and rotation to array modifier created objects in 2.81?

I have generated tiled wall using 2 times array modifier(width and height), I want to introduce some randomness to materials so the tiles don't look like cut from single large piece. I tried adding ...
Lord_JABA's user avatar
  • 133