glm
seamanj
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
glm 中 数据类型 与 原始数据(c++ 数组)之间的转换
float* -> glm::vec3 float g_AxisDirection[] = {0.0f, 1.0f, 0.0f}; glm::make_vec3(g_AxisDirection) glm::mat4->float* glm::mat4 Rx = glm::mat4(1); (float*)glm::value_ptr(Rx)原创 2015-11-23 07:37:58 · 4199 阅读 · 0 评论 -
install glm library in ubuntu and use it in qt
1. open link http://sourceforge.net/projects/ogl-math/?source=typ_redirect then download and extract 2. sudo cp -r /home/tjiang/Downloads/glm/ /usr/local/include/ 3. then add the gl原创 2016-01-27 19:43:45 · 1680 阅读 · 0 评论
分享