Crauzer / lol2gltf

Convert between League of Legends mesh formats and the glTF runtime format
GNU General Public License v3.0
136 stars 20 forks source link

Complicated model should be how to convert? #2

Closed lingme closed 4 years ago

lingme commented 4 years ago

Hi, I came to ask questions, such as the epic skin how to convert?Because there are a lot of texture and mesh?

Crauzer commented 4 years ago

It should be as easy as any other model.

I'll make guides on how to use the tool soon.

Crauzer commented 4 years ago

https://github.com/Crauzer/lol2gltf/wiki

lingme commented 4 years ago

But the situation is not very optimistic, think some epic of the skin, there will be a lot of texture and components, the most let me feel doubt is, for example, the DJ's Sona

Crauzer commented 4 years ago

With the cmd tool it's just tedious to write out the material and texture names.

I'm working on an application that has actual UI right now.

lingme commented 4 years ago

Thank you for your answer, but what really makes me puzzled is that, if find the dependence of Sub mesh and DDS file?Because there are

Crauzer commented 4 years ago

I'm not sure what exactly you mean, but this should help you: https://github.com/Crauzer/lol2gltf/wiki/Dumping-info-about-a-Simple-Skin-(SKN)

lingme commented 4 years ago

Yes,Is this, I found the all mesh name, but don't know how to map, because the name of the mesh and DDS file name is not the same, Simple model is very good, but complex, such as Yone, meshs name and DDS is also very much, the human eye judgment will lead to wrong sometimes

Crauzer commented 4 years ago

This isn't much of an issue though, since you will open the glTF in a modeling program anyways. You can play around with textures there and bundle it better.

The only way to resolve textures for materials is to parse BIN files which I honestly don't plan on doing since it will create even more complexity and confusion.

lingme commented 4 years ago

ok, thanks, I the GLTF everywhere, why in the Blender, not selected components,Everything is as a whole, I am not very familiar with the model

Crauzer commented 4 years ago

I'm not sure what you mean 😄.

glTF can be opened in a lot of 3D software except ones from Autodesk.

lingme commented 4 years ago

Sorry, it is a little confusion, I am not very familiar with 3d software, thank you for your patience reply, I hope to participate in the development of this conversion tool GUI work, when the time comes I will submit a pull request