繪製地球,月亮,太陽 之間的運動關係

#include <GL/glut.h> #include <math.h> #define PI 3.1415926535f #define A 0.31415926535f #define B 0.31415926535f // 360 days // 30 days static int day = 0; static int interval = 10; struct MyPoint
相關文章
相關標籤/搜索