cgltf:用C99编写的单文件glTF 2.0加载器和编写器 源码
:diamond_with_a_dot: cgltf 单文件/ STB风格的C glTF加载器和编写器 用于: , , , 等! 用法:加载中 从文件加载: # define CGLTF_IMPLEMENTATION # include " cgltf.h " cgltf_options options = { 0 }; cgltf_data* data = NULL ; cgltf_result result = cgltf_parse_file(&options, " scene.gltf " , &data); if (result == cgltf_resu
文件列表
cgltf-master.zip
(预估有个16文件)
cgltf-master
cgltf.h
165KB
cgltf_write.h
39KB
.travis.yml
126B
LICENSE
1KB
test
test_conversion.cpp
3KB
CMakeLists.txt
2KB
test_all.py
2KB
test_math.cpp
2KB
暂无评论