文件名称:纹理压缩器:用于在KTX容器中使用ASTC,ETC,PVRTC和S3TC进行纹理压缩的CLI工具
文件大小:13.58MB
文件格式:ZIP
更新时间:2024-02-25 10:02:48
android cli webgl threejs mobile
纹理压缩器 CLI工具,用于在KTX容器中使用ASTC,ETC,PVRTC和S3TC进行纹理压缩。 赞助 安装 确保已安装 $ npm install texture-compressor 现场演示 文献资料 CLI用法 空中交通管制 $ node ./bin/texture-compressor -i input/example.png -t astc -c ASTC_4x4 -q astcmedium -o output/example-astc.ktx -y -m -vb 等等 $ node ./bin/texture-compressor -i input/example.png
【文件预览】:
texture-compressor-master
----bin()
--------darwin()
--------win32()
--------texture-compressor.js(65B)
--------linux()
----docs()
--------SUPPORTED_PARAMETERS.md(2KB)
--------SUPPORTED_DEVICES_TABLE.md(5KB)
--------data()
--------index.html(848B)
--------RECOMMENDED_PARAMETERS.md(440B)
----package.json(975B)
----tslint.json(321B)
----LICENSE(1KB)
----tsconfig.json(494B)
----.gitignore(125B)
----lib()
--------utilities.ts(2KB)
--------compressors()
--------constants.ts(3KB)
--------index.ts(916B)
--------argsHandler.ts(3KB)
----.npmrc(19B)
----README.md(4KB)
----yarn.lock(12KB)
----.editorconfig(114B)