- 博客(1)
- 收藏
- 关注
原创 计算机图形学—利用OpenGL绘制贝塞尔(Bézier)曲线
#include <iostream> #include <GL/glut.h> int detection(int x, int y); void myMovedMouse(int x, int y); double p_t(int n, int x, GLdouble t); const int screenWidth = 600; const int screenHeight = 480; //顶点个数 static int length = 0; //被检测到的顶点的.
2021-10-11 14:08:36
2707
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅