-
E: image
E:图像处理程序OpenGL编程Chap07_Maze.rar-E: image-processing procedures OpenGL Programming Chap07_Maze.rar
- 2023-02-04 11:10:04下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use linked list of C++
#include
#include
#include
#include
#include "point.h"
/*draw line from the line array*/
void drawPointLine()
{
Node * temp;
for (int i=0;inext!=NULL)
{
temp=temp->next;
glVertex2i(temp->x,temp->y);
}
glEnd();
}
}
/*find the point and delete the point from the line array*/
void delpointFun(int xx,int yy)
{
for (int i=0;inext!=NULL)
{&n
- 2022-01-31 23:45:53下载
- 积分:1
-
OpenGL 作图例子
OpenGL 作图例子 - 全屏幕-OpenGL graphic example- full-screen
- 2022-11-05 19:30:04下载
- 积分:1
-
一篇对初学者学习OpenGL编程很有益的简单易懂的电子教程
一篇对初学者学习OpenGL编程很有益的简单易懂的电子教程-one pair of beginners learning OpenGL Programming very useful simplified electronic directory
- 2023-07-02 21:25:03下载
- 积分:1
-
一本很好的书,将三维图形开发与游戏开发
一本很好的书,将的是3D图像开发和游戏开发-A very good book, will be the 3D graphics development and game development
- 2023-08-03 21:50:05下载
- 积分:1
-
本源码实现了一个三维空间向量类,该类对空间三维向量进行了,比如加、减,叉乘等基本运算。...
本源码实现了一个三维空间向量类,该类对空间三维向量进行了,比如加、减,叉乘等基本运算。-The source to achieve a three-dimensional vector space categories, such three-dimensional vector space, such as add, subtract, take fork and other basic computing.
- 2022-08-08 21:40:24下载
- 积分:1
-
use opengl VC and prepared a counter achieve the function of the process
运用VC++和opengl编写的一个实现计数器的功能的程序-use opengl VC and prepared a counter achieve the function of the process
- 2022-03-19 10:49:54下载
- 积分:1
-
教你如何看VC OpenGL。ASE文件的程序
这是一个教你如何在vc+OpenGL中读取.ASE文件的程序-teach you how to read vc OpenGL. ASE documentation procedures
- 2022-05-14 03:09:14下载
- 积分:1
-
opengl绘图和相应的操作源代码
opengl绘图和相应的操作源代码-opengl drawing and the corresponding source code operation
- 2022-03-28 23:37:27下载
- 积分:1
-
mapping Icosahedral, making eight feet out with a graphic, such as Prism, wirefr...
绘制二十面体,使得八个脚个有一个图形,有棱柱之类,是线框图。-mapping Icosahedral, making eight feet out with a graphic, such as Prism, wireframe.
- 2022-01-25 17:04:54下载
- 积分:1