-
图形图像编程OPENGLDEMO mfc
图形图像编程OPENGLDEMO mfc -graphics programming mfc OPENGLDEMO
- 2022-03-19 19:17:48下载
- 积分:1
-
有OpenGL实现的decal贴图,decal贴图技术可实现爆炸、子弹射击等的痕迹效果。程序经测试运行正确。
有OpenGL实现的decal贴图,decal贴图技术可实现爆炸、子弹射击等的痕迹效果。程序经测试运行正确。-Realize the decal has OpenGL textures, decal mapping technology can realize explosions, bullets and other traces of fire effects. Procedures have been tested to run correctly.
- 2022-03-11 05:35:53下载
- 积分:1
-
is goodgferfg greger gtrhsfvbs
主要功能一方黑色棋子 一方为白色棋子。颠三倒四的-is goodgferfg greger gtrhsfvbs
- 2023-06-03 06:50:03下载
- 积分:1
-
the procedures simulated missile system, with VC OpenGL development, including t...
本程序模拟导弹系统,用VC+OpenGL开发,包含了OpenGL开发基本函数的用法。-the procedures simulated missile system, with VC OpenGL development, including the development of the OpenGL basic function of usage.
- 2022-07-06 23:52:08下载
- 积分:1
-
很好的车辆程序,使用图形系列,真的很不错哦
很不错的汽车程序,用图形学编的,真的很不错哦-very good vehicle procedures, the use of graphics series, is really quite oh
- 2022-02-02 06:51:20下载
- 积分:1
-
纹理映射,包括纹理贴图,纹理滤波,纹理的凹凸映射等等。纹理采用各种贴图,各种滤波方式
纹理映射,包括纹理贴图,纹理滤波,纹理的凹凸映射等等。纹理采用各种贴图,各种滤波方式-Texture mapping, including texture mapping, texture filtering, texture bump mapping and so on. Texture using a variety of textures, a variety of filtering methods
- 2022-02-06 13:31:21下载
- 积分:1
-
在VC++中嵌入OpenGL
实现带纹理的三棱锥及其旋转和控制
在VC++中嵌入OpenGL
实现带纹理的三棱锥及其旋转和控制-in VC embedded OpenGL texture with the pyramid and its three rotating and control
- 2022-02-12 04:41:26下载
- 积分:1
-
此代码向你展示OPENGL的强大功能,一个完美的茶壶
此代码向你展示OPENGL的强大功能,一个完美的茶壶-This code to your OPENGL display the power of a perfect teapot
- 2022-03-03 18:21:18下载
- 积分:1
-
openGL源代码,实现了在一个立方体上进行纹理渲染
openGL源代码,实现了在一个立方体上进行纹理渲染-openGL source code, realized in a cube texture rendering
- 2022-06-26 03:55:45下载
- 积分: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