当前位置: 首页 > 工具软件 > glTF > 使用案例 >

dae转gltf

丁俊智
2023-12-01

使用COLLADA2GLTF-bin.exe把dae数据转为gltf格式。通过cmd进入到colladaTogltf.exe所在的文件夹,使用如下命令:

COLLADA2GLTF-bin.exe –f daePath  -e

或者

COLLADA2GLTF-bin.exe –f daePath -o gltfPath

这里的daePath为dae文件的全路径,比如C:\Test.dae

gltf的转换工具可以在https://github.com/KhronosGroup/glTF/wiki/Converter-builds获取——COLLADA2GLTF-bin.exe

 类似资料: