#gltf #material #generate #texture #file #generator #unlit

app gltf_unlit_generator

为.gltf文件中的每个材质生成一个无光照纹理

4个版本 (破坏性更改)

使用旧的Rust 2015

0.4.0 2018年4月5日
0.3.0 2018年4月2日
0.2.0 2018年3月30日
0.1.0 2018年3月28日

#39 in #material

MPL-2.0 许可证

10KB
179

glTF 无光照生成器

为.gltf文件中的每个材质生成一个无光照纹理。

命令行界面使用方法

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

依赖项

~13MB
~91K SLoC