-
一个用OPENGL模拟水面波动的程序,虽然很简单,但是清楚的说明了水面模拟的基本思路,很适合学习。...
一个用OPENGL模拟水面波动的程序,虽然很简单,但是清楚的说明了水面模拟的基本思路,很适合学习。-a simulation using OpenGL surface fluctuations in the proceedings, although it is very simple. However, a clear indication of surface simulation basic idea is well-suited to learning.
- 2022-01-21 22:36:28下载
- 积分: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例子2
opengl例子2-opengl example 2
- 2022-04-12 20:03:32下载
- 积分:1
-
3DS loader-c +三维模型读取
应用背景基于OpenGL三维模型读取和显示程序的,十分的有参考价值,可以使用这个程序来读取和显示3D程序关键技术3D模型读取和显示,基于OpenGL,值得学习和参考。里面有例子可以直接运行,十分的方便。支持obj等文件格式。
- 2022-04-27 20:18:28下载
- 积分:1
-
在opengl下生成图形,主生成的函数,mainfrm
在opengl下生成图形,主生成的函数,mainfrm-OpenGL
- 2022-11-27 18:30:03下载
- 积分:1
-
关于opengl的例子,有兴趣的朋友可以研究研究
关于opengl的例子,有兴趣的朋友可以研究研究-On the opengl examples of friends who are interested can study the research
- 2022-05-16 07:49:25下载
- 积分:1
-
此程序演示了用DELPHI进行OpenGL的程序设计
此程序演示了用DELPHI进行OpenGL的程序设计 -demonstration of the procedure used for Delphi programming OpenGL
- 2022-01-31 01:21:22下载
- 积分:1
-
opengl游戏编程 书中的实例代码的第二章
opengl游戏编程 书中的实例代码的第二章-opengl game programming book, the second chapter of the code examples
- 2022-03-26 05:02:18下载
- 积分:1
-
A good opengl example of sea and whales
A good opengl example of sea and whales
- 2022-07-19 07:07:38下载
- 积分:1
-
OpenGL多浮动形式
浮动窗体中的OpenGL多视图的实现。利用OpenGl图像标准库,在多视图模式下,对窗口进行了显示处理。-floating forms of OpenGL Multi-View achieved. OpenGl images using standard library, in multi-view mode, the right window displays.
- 2022-02-28 21:46:38下载
- 积分:1