-
OpenGL MUST Project 1[Polyline Editor] use Array of C++
// student name:
// student ID:
// date:
/*#include "D:HomeworkOpenGLFinalCGLabGLUT_Toolkitglut.h"*/
#include
#include
#include
GLint ploypoint = 0;
GLint ployline=-1;
GLint height;
GLint choose=0;
GLint move_ployline,move_ploypoint;
struct Point
{
int x;
int y;
};
struct GLintPointArray
{
Point point[60];
};
GLintPointArray ploy[60];
void drawPointLine()
{
for (int i=0;i
- 2022-05-15 00:12:34下载
- 积分:1
-
OpenGL fog examples of the application of procedures
OpenGL中雾的应用的例子程序-OpenGL fog examples of the application of procedures
- 2023-02-04 17:20:03下载
- 积分:1
-
读取ply文件三角网格
涉及ply 文件的读取 及OpenGL中显示,三维图像主要是三维网格组成 面 线 点构成拓扑结构 本文件提供ply文件的读取 以便在openGL 或c++ 平台对文件进行处理
- 2022-04-15 23:58:27下载
- 积分:1
-
本程序是基于opengl平台而开发的3d c++代码,表示的图形是贴有图片的立方体...
本程序是基于opengl平台而开发的3d c++代码,表示的图形是贴有图片的立方体-this program is based on opengl platform developed by the 3d c code, the graphic pictures posted with the cube
- 2022-10-29 21:15:03下载
- 积分:1
-
《OpenGL编程与实例》,很好的opengl电子书。
《OpenGL编程与实例》,很好的opengl电子书。- OpenGL Programming and examples of good opengl e-book.
- 2022-03-16 18:25:05下载
- 积分:1
-
使用visual c++ 语言设计实现汉诺塔问题,再加上opengl语言工具,具体的逼真再现动态的汉诺塔...
使用visual c++ 语言设计实现汉诺塔问题,再加上opengl语言工具,具体的逼真再现动态的汉诺塔-The use of visual c++ Language Design and Implementation of Hanoi Tower problem, coupled with opengl language tool, the specific dynamics of realistic reproduction of Hanoi Tower
- 2023-05-02 18:45:03下载
- 积分:1
-
PowerVR OpenGL ES的三角显示,学习如何使用PowerVR显示三角
应用背景这是一个例子,如何使用PowerVR和OpenGL ES显示三维图形环境的三角形,它是强大的环境,支持多平台和发展提供了机会,为机器人和iOS和桌面应用程序,在该实例中你将看到如何编写着色器,相机和其他工具来建立你的场景的PowerVR关键技术在这个应用程序中使用的技术是C + +编程语言除了OpenGL我支持PowerVR库使其跨平台的图书馆图书馆,和IDE开发这个例子里面是VC2008,所以你需要:VC2008和PowerVR图书馆和你将准备开始。更多信息可以访问Imagination PowerVR网站和通过教程一步一步
- 2022-07-19 16:48:31下载
- 积分:1
-
几个OpenGL游戏开发的电子书,很不错的哦
几个OpenGL游戏开发的电子书,很不错的哦-OpenGL game development a few e-books, very good, oh
- 2023-08-22 10:10:14下载
- 积分:1
-
OpenGL,Render to texture(RTT)类及应用实例
OpenGL,Render to texture(RTT)类及应用实例-OpenGL, Render to texture (RTT) category and application examples
- 2022-08-24 09:49:39下载
- 积分:1
-
OpenGL高级编程与可视化系统开发(高级编程篇)之chap 2
OpenGL高级编程与可视化系统开发(高级编程篇)之chap 2-OpenGL Programming and Advanced Visualization System (Advanced Programming chapter) of chap 2
- 2023-03-25 08:35:04下载
- 积分:1