KhronosGroup / COLLADA2GLTF

COLLADA to glTF converter
Other
532 stars 156 forks source link

Merge branch 'master' into mesh_compression_open3dgc #250

Closed mylove10086 closed 5 years ago

mylove10086 commented 5 years ago

I looked at the source code, but I can't add opencollada to the source code. Can you upload a complete source, including all dependencies in the project. Best to use clion compiled project

lasalvavida commented 5 years ago

Hi @mylove10086, please read the instructions in the README.

Specificallly step 1: git clone --recursive https://github.com/KhronosGroup/COLLADA2GLTF.git

OpenCOLLADA is included as a git submodule.

mylove10086 commented 5 years ago

hi Thanks, opencollada has been added to the source code, but there are some places in gltf I don't know much, how should I fill the binary part of gltf? There is also no description of the binary part in the official documentation.