-
x and 0 using glut library
这个程序是用glut库编写的。我使用texturez使它对用户更具主动性。原则是矩阵。
- 2022-02-14 13:43:48下载
- 积分:1
-
读取STL模型文件和OpenGL环境下显示和相关操作
读取stl模型文件,并在opengl环境下,显示和进行相关操作-read stl model documents and opengl environment, display and related operations
- 2022-03-22 20:59:13下载
- 积分:1
-
nehe的碰撞检测的源码,写的非常好
nehe的碰撞检测的源码,写的非常好-Collision Detection source code, written in a very good
- 2022-05-23 13:12:18下载
- 积分:1
-
利用OpenGL实现GPU和三
使用GPU和OpenGL实现的三维水波模拟,借助纹理映射模拟水波的倒影。-The use of GPU and OpenGL realize three-dimensional wave simulation, using texture mapping of the reflection wave simulation.
- 2022-08-08 02:51:03下载
- 积分:1
-
一篇对初学者学习OpenGL编程很有益的简单易懂的电子教程
一篇对初学者学习OpenGL编程很有益的简单易懂的电子教程-one pair of beginners learning OpenGL Programming very useful simplified electronic directory
- 2023-07-02 21:25:03下载
- 积分: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
-
三维地形实时动态显示的核心技术研究的源码,实时性好,性能稳定....
三维地形实时动态显示的核心技术研究的源码,实时性好,性能稳定.-Real-time dynamic display of three-dimensional topography of the core technology research source, real-time with good, stable performance.
- 2023-03-01 15:30:04下载
- 积分:1
-
这是OpenGL绘制三维图形的源代码,比较使用,日…
这是利用OPENGL绘制3D图形的源代码,比较使用,自己可以根据需要修改,比较实用!-This is the use of OPENGL rendering 3D graphics source code, compare the use, they can edit, compare and practical!
- 2022-03-31 07:51:32下载
- 积分:1
-
用OpenGL编写的逼真的毛发模拟程序,非常的逼真哦
用OpenGL编写的逼真的毛发模拟程序,非常的逼真哦-with OpenGL prepared by the lifelike hair simulation program, very lifelike oh
- 2022-08-07 05:17:57下载
- 积分:1
-
VS2015中OPENGL头文件库文件
VS2015中搭建OPENGL所需的头文件库文件Sponsored links
- 2022-01-26 03:05:05下载
- 积分:1