Zaug47
(Zaug47)
May 23, 2022, 4:16pm
1
Hello there.
The other day, I downloaded a project on car physics from the internet.
there is a floor in the project and it is shown as:
As you can see, the texture is being loaded according to the shape of the road.
I tried to create a similar object myself (it doesn’t look like ):
but it does not follow the path. the whole coating is not in the pattern “s” shape,
it loads like “rectangle”
I didn’t understand how to fix this. How was this system made?
Can someone help?
This could be due to a multitude of factors - sharing a blend would help quicken the user debugging pace.
1. Is this texture a baked texture?
2. What UV type is it?
3. Is your material using nodes?
Besides these questions, the likely answer is that the original user manually UV mapped their mesh to visually align their texture’s coordinates.
Zaug47
(Zaug47)
May 23, 2022, 5:24pm
3
Normally I would be able to spot the issue with materials with or without nodes enabled, but you forgot to pack your textures, which rather hampers debugging of your blends since it’s visually related.
Could you please reupload your blend files after packing your images:
MattFrnndz
(Matías Fernández)
May 24, 2022, 3:01am
5
You are not unwrapping the road properly. To make a road you could do this:
Add a plane and unwrap it.
Subdivide it, with 3 or 4 cuts in edit mode.
Add an array modifier to extend the road.
Add a curve modifier and use a curve to make the path of the road.
road.blend (92.7 KB)