繪製地球

#include <GL/glut.h> #include <math.h> #define PI 3.1415926535f #define A 0.31415926535f #define B 0.31415926535f #define R 0.5f struct MyPoint { float x, y, z; }; MyPoint pts[11][20]; // 使用OpenG
相關文章
相關標籤/搜索