
openGL
終于、
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
计算机图形学第十周,shader编程
#include <stdio.h> #include <gl/glew.h> #include <gl/glut.h> #include <math.h> #include "gmath.h" #include "gmatrix3d.h" #include "gvector3d.h" #include "gcamera.h" #include "g...原创 2019-11-05 14:25:20 · 300 阅读 · 0 评论 -
计算机图形学-切割球体
#include <stdio.h> #include <gl/glut.h> #include <math.h> #include "gmath.h" #include "gmatrix3d.h" #include "gvector3d.h" #include "gcamera.h" #include "gmaterial.h" #include "gligh...原创 2019-11-05 14:27:03 · 963 阅读 · 0 评论