How to make a clean uv grid out of this?
869 6 1- mrpdean
- Member
- 67 posts
- Joined: April 2019
- Offline
Hi,
I have some geometry could be thought of as a grid with 16 points across and 5 points in height, although the geometry is distorted and the point numbers are quite sequential.
I'm trying to get the uvs for this geometry to be in that 16 x 5 grid layout, fitting neatly into the 0-1 uv space, but I can't work out how to do it.
That is, I'm trying to go from this:
To this:
Does anyone have any suggestions on how this could be done procedurally?
Thanks
I have some geometry could be thought of as a grid with 16 points across and 5 points in height, although the geometry is distorted and the point numbers are quite sequential.
I'm trying to get the uvs for this geometry to be in that 16 x 5 grid layout, fitting neatly into the 0-1 uv space, but I can't work out how to do it.
That is, I'm trying to go from this:
To this:
Does anyone have any suggestions on how this could be done procedurally?
Thanks
- protozoan
- Member
- 1693 posts
- Joined: March 2009
- Online
- mrpdean
- Member
- 67 posts
- Joined: April 2019
- Offline
- CYTE
- Member
- 708 posts
- Joined: Feb. 2017
- Offline
- mrpdean
- Member
- 67 posts
- Joined: April 2019
- Offline
Still no joy unfortunately.
I think the issue with all of the suggested methods might be the point ordering on the geometry.
I've tried to change the ordering to match a grid but it's never quite right.
The closest I've come to getting the right point order is to sort points by x position, but due to the shape of the geo the ordering flips half way through.
I've attached the original geometry in case anyone wanted to try to crack it.
Any help is most appreciated.
Thanks
I think the issue with all of the suggested methods might be the point ordering on the geometry.
I've tried to change the ordering to match a grid but it's never quite right.
The closest I've come to getting the right point order is to sort points by x position, but due to the shape of the geo the ordering flips half way through.
I've attached the original geometry in case anyone wanted to try to crack it.
Any help is most appreciated.
Thanks
Image Not Found
- juejuezi
- Member
- 34 posts
- Joined: July 2022
- Offline
- mrpdean
- Member
- 67 posts
- Joined: April 2019
- Offline
-
- Quick Links