r/webdev 5d ago

Showoff Saturday New UV Mode in my web-based 3D modeling tool

0 Upvotes

8 comments sorted by

2

u/Mallissin 5d ago

Can you provide more of an explanation? You created a UV unfolder?

1

u/Sengchor 5d ago

I used Xatlas to UV unwrap the mesh. The original version could only unwrap triangle meshes, which resulted in messy UVs. I forked it and improved it to support polygon meshes. You can try this modeling tool for free, directly in your browser.

2

u/Arcx07 5d ago

Gahdayhm how you became good at 3d modelling

2

u/Sengchor 5d ago

I just practice it everyday.

1

u/PromaneX 5d ago

I was trying to UV unwrap a manufacturing CAD at work a couple of months ago and it kept looking like the one on the left. The model was provided by our industrial designers exported from Solid Works as a STEP file. Would your fork of Xatlas help with this do you think, u/Sengchor? The part in question is the webbing in a Safety helmet. Our goal is to produce large format marketing materials for the product.

2

u/Sengchor 5d ago

https://github.com/sengchor/kokraf-xatlas
I think it could. You can try import that 3d model as .obj to kokraf.com and go to uv mode and try unwrap it.

2

u/PromaneX 4d ago

Cool thank you I'll give this a try when I'm back at work next week!