An open API service indexing awesome lists of open source software.

https://github.com/bghgary/gltf-shell-extensions

Microsoft Windows shell extensions that pack .gltf to .glb and unpack .glb to .gltf
https://github.com/bghgary/gltf-shell-extensions

glb gltf

Last synced: about 1 month ago
JSON representation

Microsoft Windows shell extensions that pack .gltf to .glb and unpack .glb to .gltf

Awesome Lists containing this project

README

          

[![main](https://github.com/bghgary/glTF-Shell-Extensions/actions/workflows/main.yml/badge.svg)](https://github.com/bghgary/glTF-Shell-Extensions/actions/workflows/main.yml)

# glTF Shell Extensions for Microsoft Windows
Microsoft Windows shell extensions that pack .gltf to .glb and unpack .glb to .gltf

# Installing
This tool is distributed through the Windows Store. Install the latest version [here](https://www.microsoft.com/store/apps/9NPGVJ9N57MV).

# Usage
## Packing `.gltf` to `.glb`

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

![](/Figures/Pack1.png)

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

![](/Figures/Pack2.png)

## Unpacking `.glb` to `.gltf`

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

![](/Figures/Unpack1.png)

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

![](/Figures/Unpack2.png)

![](/Figures/Unpack3.png)