首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > OpenGL範例-點線面

OpenGL範例-點線面

  • 资源大小:2.89 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: OpenGL图像 c++ opengl

资 源 简 介

/* simple painting program with text, lines, triangles, rectangles, and points */ #include #include #include #define NULL 0 #define LINE 1 #define RECTANGLE 2 #define TRIANGLE 3 #define POINTS 4 #define TEXT 5

文 件 列 表

openGL.cpp
VIP VIP
0.171306s