OpenGL实现的一个wire-sphere的小程序
<br /><br />#include <stdio.h><br />#include <stdlib.h><br />#include <math.h><br />#include <string.h><br />#include <GL/glut.h><br />static float * Data = NULL;<br />static float lati_array[10404][3];<br />static float longi_array[5100][3];<br />static f
原创
2011-02-17 12:23:00 ·
1607 阅读 ·
0 评论