-
OpenGL源代码18
OPenGL超级宝典的源代码,18――19,很好-OpenGL source code 18-27-- 19, good
- 2022-02-10 03:31:19下载
- 积分:1
-
本程序主要实现了OpenGl技术显示三维点云数据,能够读入以.obj为扩展名的,数据格式为X,Y,Z的点云数据。...
本程序主要实现了OpenGl技术显示三维点云数据,能够读入以.obj为扩展名的,数据格式为X,Y,Z的点云数据。
-This procedure mainly realize the OpenGL technology show three-dimensional point cloud data can be read to. Obj for the extension, the data format for the X, Y, Z of the point cloud data.
- 2022-08-14 20:41:29下载
- 积分:1
-
步怎么install_opengl_on_ Visual Studio
step how Install_Opengl_on_ Visual Studio
- 2023-01-13 16:50:03下载
- 积分:1
-
Nehe的OpenGL教程。无须多说了吧。经典
Nehe的OpenGL教程。无须多说了吧。经典-Nehe" s OpenGL tutorials. Needless to say you. Classic! ! !
- 2022-02-13 20:56:51下载
- 积分:1
-
这个是我按照老师的要求写的一个模拟3dmax里面进行坐标变换的opengl的程序,并且可以得到进行转换后的左边的复合矩阵...
这个是我按照老师的要求写的一个模拟3dmax里面进行坐标变换的opengl的程序,并且可以得到进行转换后的左边的复合矩阵
- 2022-03-23 23:45:30下载
- 积分:1
-
学习如何映射有很多好处。我们说你想要一个导弹…
光照和键盘控制:
添加光照和键盘控制,它让程序看起来更美观。
-Learning how to texture map has many benefits. Lets say you wanted a missile to fly across the screen. Up until this tutorial we d probably make the entire missile out of polygons, and fancy colors. With texture mapping, you can take a real picture of a missile and make the picture fly across the screen. Which do you think will look better? A photograph or an object made up of triangles and squares? By using texture mapping, not only will it look better, but your program will run faster. The texture mapped missile would only be one quad moving across the screen. A missile made out of polygons could be made up of hundreds or thousands of polygons. The single texture mapped quad will use alot less processing power.
- 2022-05-15 07:48:56下载
- 积分:1
-
这是OPENGL超级宝典一书的随书光盘,里面涵盖了大部分基于MFC下OPENGL函数库操作的例子,是精通OPENGL编程大好帮手...
这是OPENGL超级宝典一书的随书光盘,里面涵盖了大部分基于MFC下OPENGL函数库操作的例子,是精通OPENGL编程大好帮手-This is a treasury of a Super OpenGL the CD with the book, they cover most of OpenGL-based MFC library operation example, is well versed in OpenGL programming excellent helper
- 2022-05-26 06:18: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纹理映射的例子,注意:
在运行程序之前,请将提供的“DLL*.dll文件拷贝到系统的"Windows(或WinNT)system32...
一个很好的OpenGL纹理映射的例子,注意:
在运行程序之前,请将提供的“DLL*.dll文件拷贝到系统的"Windows(或WinNT)system32"目录下。
-a good OpenGL texture mapping example Note : Before running the program, I would be grateful if the "DLL *. dll files are copied to the system" Windows (or WinNT) system32 "directory.
- 2023-02-20 14:30:04下载
- 积分:1
-
quake3 bsp装载机
quake3 bsp loader
- 2022-07-05 03:17:25下载
- 积分:1