ComputerGraphics/20210302/README.md
2021-03-02 15:20:20 +08:00

22 lines
682 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 图形学培训
课件:[图形学培训1.2&1.3-glTF数据结构和扩展](./doc/图形学培训1.2&1.3-glTF数据结构和扩展.pptx)
## 内容
- glTF模型数据介绍
- Draco压缩算法及扩展结构介绍
## 作业
不强制要求,希望大家有空都可以去做一做,将 **Navisworks****Revit** 的模型导出一个glTF的数据文件。
gltTF数据文件的验证器[glTF-Validator](https://github.khronos.org/glTF-Validator/)
相关资料:
![glTF OverView](./doc/gltfOverview-2.0.0b.png)
glTF的官方实现[UnityGLTF](https://github.com/KhronosGroup/UnityGLTF/)
glTF的非官方实现[SharpGLTF](https://github.com/vpenades/SharpGLTF)