-
an initial procedures OpenGL
一个初始的OPENGL程序-an initial procedures OpenGL
- 2022-09-09 00:10:03下载
- 积分:1
-
在VC++环境下运行Opengl得到三维字体,是初学者的好例子。
在VC++环境下运行Opengl得到三维字体,是初学者的好例子。-In VC++ Environment running opengl be three-dimensional character, is a good example for beginners.
- 2022-02-01 19:26:12下载
- 积分:1
-
提供一个模板源码,演示如何在VB下开发OpenGL程序
提供一个模板源码,演示如何在VB下开发OpenGL程序-provide a template source code, a demonstration of how developed in Visual Basic procedures OpenGL
- 2022-01-25 16:46:48下载
- 积分:1
-
用风险投资编写的爆炸场景,很逼真。可以让你看到真实…
用VC编写的爆炸场景,很逼真。可以让你看到真实的爆炸效果哦。-VC prepared with the explosion scenes, very realistic. Can let you see the real effect of the explosion Oh.
- 2023-06-06 14:15:04下载
- 积分:1
-
这是一个用OpenGL编写的模拟俄罗斯方块的程序。的我
这是一个用OpenGL编写的模拟俄罗斯方块的程序。我传了5个,就是想得到:“C++buidler5编程实例与技巧“这本书。好多地方都是12MB的,只有这里有完整的30多MB的。就算不批准我会员号码,也希望你把这本书发到我邮箱里。谢谢!-This is a preparation using the OpenGL Tetris simulation procedures. The I-5 is the wish : "C++ programming examples buidler5 and skills," this book. Many things are 12MB, and only here is the integrity of the more than 30 MB. Even if I do not approve membership numbers, I also hope you include this book into my mailbox Lane. Thank you!
- 2022-04-19 08:39:25下载
- 积分: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编程书籍――《OpenGL编程指南第四版》电子版。-OpenGL programming book- " OpenGL Programming Guide Fourth Edition" electronic version.
- 2023-01-26 07:45:10下载
- 积分:1
-
3个齿轮相互咬合运动的程序
3个齿轮相互咬合运动的程序-3 gear mutual occlusal movement procedures
- 2022-01-26 02:46:33下载
- 积分:1
-
学OpenGL的电子文档第一章(入门用的)
学OpenGL的电子文档第一章(入门用的)-school OpenGL electronic files first chapter (of entry)
- 2022-06-30 09:29:45下载
- 积分:1
-
一个可以观看quake系列游戏3D模型的软件
一个可以观看quake系列游戏3D模型的软件-a quake can watch the game 3D model of software
- 2022-02-06 08:35:56下载
- 积分:1