-
一个渐变网格的代码 其中包括 鼠标的固定
鼠标的隐藏和地形的 渐变...
一个渐变网格的代码 其中包括 鼠标的固定
鼠标的隐藏和地形的 渐变-A graded mesh code which includes a fixed mouse mouse hidden and terrain gradient
- 2022-03-26 11:28:54下载
- 积分:1
-
使用OpenGL进行开发,阅读3dsmax输出ASE文件
利用DELPHI进行OPENGL开发,读取3DSMAX输出的ASE文件-use OpenGL for development, reading 3DSMAX output ASE paper
- 2023-08-07 01:15:03下载
- 积分:1
-
本代码主要是介绍了一个基于opengl开发环境的c++代码,主要生成的是门的形状....
本代码主要是介绍了一个基于opengl开发环境的c++代码,主要生成的是门的形状.-this is the main source of a development environment based on opengl c code, the main formation in the shape of the door.
- 2022-05-15 17:56:22下载
- 积分:1
-
在MDI使用OpenGL
在MDI中使用opengl-in MDI use opengl
- 2022-09-03 07:40:03下载
- 积分:1
-
OpenGl 如何从屏幕坐标转换到gl三维坐标
glUnProject
OpenGl 如何从屏幕坐标转换到gl三维坐标
glUnProject-OpenGL how gl screen coordinate conversion to three-dimensional coordinates glUnProject
- 2022-01-21 22:11:35下载
- 积分: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示例-good example OpenGL
- 2023-01-20 21:35:04下载
- 积分:1
-
熟悉OpenGL函数,并绘制一个简单的场景
在黑色背景中渲染一个白色矩形,使用GLUT。
- 2023-07-11 16:35:04下载
- 积分:1
-
OPGL的测试工具介绍和比较。笔者根据自己的经验对现有的openGL测试工具进行了详细的比较。...
OPGL的测试工具介绍和比较。笔者根据自己的经验对现有的openGL测试工具进行了详细的比较。-OPGL introduction of testing tools and compared. Author according to their own experience of the existing testing tools openGL carried out a detailed comparison.
- 2022-01-21 00:46:28下载
- 积分:1
-
OpenGL三维交通场景仿真
OpenGL 三维交通场景仿真,可以创建道路网和通过外部文件添加车辆
- 2023-03-10 00:25:03下载
- 积分:1