1.3.1 • Published 6 years ago

glbutils v1.3.1

Weekly downloads
7
License
ISC
Repository
github
Last release
6 years ago

glbutils

Utility for inspecting and modifying gltf binary files

Installation

npm install -g glbutils

Usage

glb-utils path/to/glb-file.glb optional/path/to/write/to.glb

If you want to modify the json in a glb file, first copy it to the clipboard (Opt 1), modify it in the editor of your choice, then paste it back into glb-utils (Opt 2) and write it out to the destination (Opt 3)

Features

  • Modify the json and keep byte alignment correct
  • View Formatted json

Binaries

glb-pack

Packs a gltf file and neighboring .bin and .image files into a glb binary

glb-pack /path/to/model.gltf

glb-unpack

Unpacks a glb file into a readable .gltf file and writes out the .bin file and images as separate files.

These images can't be edited and repacked, but that is coming.

glb-unpack /path/to/model.glb

1.3.1

6 years ago

1.2.0

6 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago