Skip to content

Commit 377dc16

Browse files
committed
Update README.md
1 parent 60b348e commit 377dc16

File tree

6 files changed

+8
-9
lines changed

6 files changed

+8
-9
lines changed

Figures/Pack1.png

44.7 KB
Loading

Figures/Pack2.png

41.8 KB
Loading

Figures/Unpack1.png

28.9 KB
Loading

Figures/Unpack2.png

13.7 KB
Loading

Figures/Unpack3.png

39.1 KB
Loading

README.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,29 @@
22
Microsoft Windows shell extensions that pack .gltf to .glb and unpack .glb to .gltf
33

44
# Installing
5-
1. Download the latest `glTF-Shell-Extensions.zip` from [Releases](https://github.com/bghgary/glTF-Shell-Extensions/releases).
6-
2. Unblock the zip file.
7-
3. Unzip the file to `%ProgramFiles%\glTF Shell Extensions` or a directory of your choosing.
8-
4. Run `Setup.cmd` as Administrator.
5+
1. Download the latest installer `glTF-Shell-Extensions.msi` from [Releases](https://github.com/bghgary/glTF-Shell-Extensions/releases).
6+
2. Unblock the installer file to avoid security warnings.
7+
3. Double-click the installer file.
98

109
# Usage
1110
## Packing `.gltf` to `.glb`
1211

1312
Right-click on a `.gltf` file and select `Pack to Binary glTF...`.
1413

15-
![](/figures/pack1.png)
14+
![](/Figures/Pack1.png)
1615

1716
Select a name for the new `.glb` file.
1817

19-
![](/figures/pack2.png)
18+
![](/Figures/Pack2.png)
2019

2120
## Unpacking `.glb` to `.gltf`
2221

2322
Right-click on a `.glb` file and select `Unpack to glTF...`.
2423

25-
![](/figures/unpack1.png)
24+
![](/Figures/Unpack1.png)
2625

2726
Select a destination folder for the glTF files and click on the `Unpack` button.
2827

29-
![](/figures/unpack2.png)
28+
![](/Figures/Unpack2.png)
3029

31-
![](/figures/unpack3.png)
30+
![](/Figures/Unpack3.png)

0 commit comments

Comments
 (0)