-
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
-
OPGL做的一个地形图,对于初入门的计算机图形学的有一定的帮助
OPGL做的一个地形图,对于初入门的计算机图形学的有一定的帮助-OPGL make a topographic map, for the early entry of the computer graphics have a certain degree of help
- 2022-12-30 16:05:05下载
- 积分:1
-
一个delphi 下 opengl的演示程序 可根据参数画出线 圆 矩形,可作为delphi下 opengl的入门参考 程序有详细注释,运行要opengl库文件...
一个delphi 下 opengl的演示程序 可根据参数画出线 圆 矩形,可作为delphi下 opengl的入门参考 程序有详细注释,运行要opengl库文件支持 在压缩包内已有 放了system文件夹下就行-an opengl under the demonstration program under the parameters of painting Cup round rectangle, as delphi under opengl entry procedures are detailed reference notes run to opengl support for the document compressed within the system has been put folder on the line
- 2022-03-14 16:27:28下载
- 积分:1
-
光照阴影程序
opengl创建的一个楼房模型,有光照阴影,3D视角,适合opengl入门,用的是最新的版本语言,新手可以参照此程序规范代码
- 2022-04-16 00:03:45下载
- 积分:1
-
opengl 的源代码-从文件中加载三维人脸的人权,并显示脸。
使用模板文件
1.从文件中加载一个人类的三维人脸和显示脸。
文件的结构,如下所示:
顶点的数量
顶点的坐标
多边形的数量
多边形的顶点的索引
2.执行俯仰、 滚和偏航的相机。与键盘事件的联系
- 2022-09-21 14:10:03下载
- 积分:1
-
open GL 编程,具体请运行程序
open GL 编程,具体请运行程序-open GL programming, please run the program specific
- 2022-03-24 20:51:56下载
- 积分:1
-
SodukoPrision
soduki改成C++,OpenGL。这是一个模板的游戏,在C++中使用OpenGL API的一些事情。
- 2022-03-19 05:36:50下载
- 积分:1
-
一个很好的3D与OpenGL结合的例子,实现多级齿轮的运动,效果很好,在运行程序时请先把提供的.dll文件拷贝到你的系统的 SYSTEM32目录下,否则不能运行...
一个很好的3D与OpenGL结合的例子,实现多级齿轮的运动,效果很好,在运行程序时请先把提供的.dll文件拷贝到你的系统的 SYSTEM32目录下,否则不能运行!-a good combination of 3D and OpenGL example, multi-class sports gear, a good effect, and the operational procedures for the provision when the post. Dll files are copied to your system SYSTEM32 directory, they can run!
- 2022-12-10 21:05:03下载
- 积分:1
-
OpenGL中著名的stanford Bunny程序和点云数据。
OpenGL中著名的stanford Bunny程序和点云数据。-OpenGL famous stanford Bunny procedures and point cloud data.
- 2022-06-19 12:36:11下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use Array of C++
// student name:
// student ID:
// date:
/*#include "D:HomeworkOpenGLFinalCGLabGLUT_Toolkitglut.h"*/
#include
#include
#include
GLint ploypoint = 0;
GLint ployline=-1;
GLint height;
GLint choose=0;
GLint move_ployline,move_ploypoint;
struct Point
{
int x;
int y;
};
struct GLintPointArray
{
Point point[60];
};
GLintPointArray ploy[60];
void drawPointLine()
{
for (int i=0;i
- 2022-05-15 00:12:34下载
- 积分:1