0.5.1 • Published 6 years ago

gltf-unlit-generator v0.5.1

Weekly downloads
1
License
MPL-2.0
Repository
github
Last release
6 years ago

glTF Unlit Generator

Generates an unlit texture for each of the materials in a .gltf file.

CLI Usage

npm install -g gltf-unlit-generator
Usage: gltf-unlit-generator <gltfPath> [options]

  Options:

    -V, --version            output the version number
    -o, --out <out>          The directory to output the gltf and textures.
    -l, --lighten <lighten>  Scalar value 0.0 - 1.0 to be added to the RGB channels of the base color map.
    -h, --help               output usage information