Migrate to GitHub Actions Sep 20, 2023 gulpfile.js Monthly Maintenance Oct 4, 2023 index.js Update global require Jan 2, 2024 package.json Update prettier Jan 2, 2024 README Apache-2.0 license glTF Pipeline Content pipeline tools for optimizingglTFassets byRichard Leeand theCesium team. ...
Content pipeline tools for optimizing glTF assets. :globe_with_meridians: - Issues · CesiumGS/gltf-pipeline
github.com/CesiumGS/gltf-pipeline Homepage github.com/CesiumGS/gltf-pipeline Weekly Downloads 3,269 Version 4.1.0 License Apache-2.0 Unpacked Size 255 kB Total Files 49 Issues 96 Pull Requests 5 Last publish 2 years ago Collaborators Tryon RunKit ...
forked from李亮/gltf-pipeline 确定同步? 同步操作将从李亮/gltf-pipeline强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!! 确定后同步将在后台操作,完成时将刷新页面,请耐心等待。 删除在远程仓库中不存在的分支和标签 同步Wiki(当前仓库的 wiki 将会被覆盖!) ...
https://github.com/CesiumGS/gltf-pipeline 将glTF转换为glb(并反向) 将缓冲区/纹理保存为嵌入文件或单独文件 将glTF 1.0模型转换为glTF 2.0 应用Draco网格压缩 安装(先安装nodejs) npm install -g gltf-pipeline 使用gltf-pipeline将gltf转为glb gltf-pipeline -i model.gltf -o model.glb ...
实际用来做glb压缩的工具为gltf-pipeline,故先进行gltf-pipeline的安装操作。GitHub地址https://github.com/CesiumGS/gltf-pipeline。先安装nodejs,地址下载 | Node.js。Nodejs安装好后,打开Developer PowerShell for VS 2019,输入npm install -g gltf-pipeline安装gltf-pipeline。安装vscode,在桌面创建一个glb文件...
npm i@sayduck/gltf-pipeline Repository github.com/Sayduck/sayduck-gltf-pipeline Homepage github.com/Sayduck/sayduck-gltf-pipeline#readme Weekly Downloads 115 Version 3.4.2-pre-1 License ISC Unpacked Size 144 MB Total Files 1127 Last publish ...
gltf-pipeline/README.md Version: 7.19 kBMarkdownView Raw 1# glTF Pipeline 2 3[![License](https://img.shields.io/:license-apache-blue.svg)](https://github.com/AnalyticalGraphicsInc/gltf-pipeline/blob/master/LICENSE.md) 4[![Build Status](https://travis-ci.org/AnalyticalGraphicsInc/gltf-pi...
二、首先想到用gltf-pipeline 官方开源地址:https://github.com/CesiumGS/gltf-pipeline 使用方法很简单,进入你的文件目录,打开cmd,只要你安装了npm,就可以直接通过下面一句命令安装gltf-pipeline这个库: 代码语言:javascript 复制 npm install-g gltf-pipeline ...
https://github.com/AnalyticalGraphicsInc/gltf-pipeline 安装: 需安装Node.js,然后输入命令即可:npm install -g gltf-pipeline 压缩命令: gltf-pipeline -i model.gltf -o modelDraco.gltf -d 最终得到压缩好的gltf文件,体积很小,可通过three.js加载,非常适合在移动端h5中使用。