4 releases (breaking)
Uses old Rust 2015
0.4.0 | Apr 5, 2018 |
---|---|
0.3.0 | Apr 2, 2018 |
0.2.0 | Mar 30, 2018 |
0.1.0 | Mar 28, 2018 |
#39 in #material
10KB
179 lines
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
Dependencies
~13MB
~91K SLoC