其他分享
首页 > 其他分享> > assimp

assimp

作者:互联网

安装

参考博客即可。
先安装GLM(类似numpy),GLM是一个只有头文件的库,下载下来源码把里面的glm文件夹复制到VS的include目录下就可以了
然后类似这么调用:

#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/type_ptr.hpp>

标签:复制到,GLM,numpy,assimp,源码,include,安装
来源: https://www.cnblogs.com/IamIron-Man/p/16607381.html