-
纹理的OpenGL程序的例子
Examples Textures of opengl program
- 2022-01-25 23:26:12下载
- 积分:1
-
";详解OpenGL的坐标系、投影和几何变换…
“详解OpenGL的坐标系、投影和几何变换”。是我见过最好的关于OpenGL坐标平移和旋转,以及矩阵堆栈最好的教程。-"Comments on OpenGL coordinate system, projection and geometric transformation." It is the best I have seen on the OpenGL coordinates translation and rotation matrix stack and the best guide.
- 2023-04-02 10:05:03下载
- 积分:1
-
在vc中如何进行opengl纹理贴图
在vc中如何进行opengl纹理贴图-how the vc for opengl textures
- 2023-02-23 06:10:03下载
- 积分:1
-
将一个3ds房屋模型导入到opengl中,不能视角移动,但是对于导入文件的编写很有借鉴意义
将3ds房屋模型导入vs2010中,代码完整可用。代码中有一个头文件和一个CPP文件CLoad3DS.cpp、CLoad3DS.h,不需要管这个两个文件里面具体复杂的操作是啥,直接当成库就可以了,然后写上头文件和3d模型的定义并进行初始化,最后在绘制函数里面用changeObject 导入之前设置好的参数,再用drawModel函数(在CLoad3DS定义好了的全局函数) 绘制。
- 2023-05-19 06:10:14下载
- 积分:1
-
来自《游戏编程精粹1》的源码,未贴纹理的水面波动模拟,具有水面物体的交互波动。...
来自《游戏编程精粹1》的源码,未贴纹理的水面波动模拟,具有水面物体的交互波动。-from the "essence of a game program," the source, not affixed to the surface texture fluctuations simulation, with the interaction of surface objects fluctuations.
- 2022-12-17 14:55:04下载
- 积分:1
-
你好,就像是OpenGL库
hola como estan libreria opengl
- 2023-05-26 23:20:03下载
- 积分:1
-
用OPENGL读取MS3D文件和JPEG材质
资源描述-Using OPENGL read MS3D files and JPEG Materia, 使用OPENGL读取MS3D文件,包括程序,可运行文件,MS3D模型文件,相应的BMP图片。
- 2022-04-18 22:56:38下载
- 积分:1
-
熟悉OpenGL函数,并绘制一个简单的场景
在黑色背景中渲染一个白色矩形,使用GLUT。
- 2023-07-11 16:35:04下载
- 积分: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类库源码 -The sourcecode for OpenGL library
- 2022-02-06 16:20:28下载
- 积分:1