-
Notifications
You must be signed in to change notification settings - Fork 21
Converting a Simple Skin (SKN) to glTF
Crauzer edited this page Sep 6, 2020
·
2 revisions
Converting an SKN file to glTF is very simple with lol2gltf.
You can easily convert an SKN file to glTF using the skn2gltf
command.
You will have to specify an input SKN with the --skn
argument and an output path with either -o
or --output-path
.
The output path needs to have either a .gltf
or .glb
extension. .gltf
will write a JSON file alongside with a resource file which contains all the data. .glb
will write a single binary file.
Example arguments:
lol2gltf skn2gltf --skn "aatrox.skn" -o "aatrox.glb"