-
OpenGL 3
OpenGL三维图形系统开发与实用技术》书的源码-OpenGL 3-D graphics system development and practical skills, "the source
- 2022-07-19 01:06:57下载
- 积分:1
-
这是粒子效果的demo程序,很有参考的价值
这是粒子效果的demo程序,很有参考的价值-This is the particle effects demo program, the value of a good reference
- 2023-05-28 01:00:03下载
- 积分:1
-
Using OpenGL compiled from a simple interactive three
一个采用OpenGL编制而成的简单的交互式三维动画,自动追踪用户摆放的小球。-Using OpenGL compiled from a simple interactive three-dimensional animation, automatically track the user placing a small ball.
- 2022-11-27 01:30:03下载
- 积分:1
-
opengl三维显示地形
用OpenGL实现三维可是话,里面包括纹理坐标、投影等等代码,利用#include
#include
#include
#include
- 2022-04-22 06:23:17下载
- 积分: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
-
一款简单的游戏,运作很简单,很容易上手
老少都很实用
一款简单的游戏,运作很简单,很容易上手
老少都很实用-very good not
- 2022-05-19 18:23:31下载
- 积分:1
-
这是VC和OpenGL制作的场景,其中三成的三维模型数据(数据…
这是OPENGL和VC++制作的场景,其中导入了3D模型数据(数据已经转换为".H"的C语言形式.-This is OpenGL and VC produced scenes three of them into the D model data (data have been replaced. " H "in the form of C language.
- 2023-06-17 05:50:04下载
- 积分:1
-
在OPENGL环境下对MS3D文件进行加载
在OPENGL环境下对MS3D文件进行加载-OPENGL environment in documents loaded on MS3D
- 2022-01-28 00:34:29下载
- 积分:1
-
OpenGL中的Bezier曲线/曲面的渲染器。
Bezier Curve / Bezier Surface renderer in OpenGL.
Press 1-4 to control level of details.
Press l to toggle outlines.
Press s to toggle smooth.
Project was built using XCode, but should be easily portable to other platforms.
See SceneFileFormat.txt for scene file instructions.-Bezier Curve/Bezier Surface renderer in OpenGL.
Press 1-4 to control level of details.
Press l to toggle outlines.
Press s to toggle smooth.
Project was built using XCode, but should be easily portable to other platforms.
See SceneFileFormat.txt for scene file instructions.
- 2022-03-11 20:09:57下载
- 积分:1
-
opengl参考第二章,读物
opengl参考第二章,读物-opengl reference to the second chapter books
- 2022-03-03 14:50:04下载
- 积分:1