Skip to content

Instantly share code, notes, and snippets.

View dylb0t's full-sized avatar

dylb0t

  • Port Alberni, BC Canada
View GitHub Profile
@dylb0t
dylb0t / gltfstrip.nim
Created September 18, 2021 22:18 — forked from exelotl/gltfstrip.nim
Remove materials, textures and images from GLTF files
import docopt
import json
let doc = """
gltfstrip
Remove materials, textures and images from GLTF files
Usage:
gltfstrip [-b] <file>...