-
如何开发OpenGL程序的基本方法后,如何加入颜色…
如何开发OPENGL程序的基本方法之三,如何加入颜色,如何画有颜色的多边形-How to develop procedures for the basic method OPENGL ter, how to join the colors, how to have color pictures of polygons
- 2022-01-31 01:35:37下载
- 积分:1
-
OpenGL的开发工具介绍。包括 Glu
Glaux
Glut
OpenGL...
OpenGL的开发工具介绍。包括 Glu
Glaux
Glut
OpenGL extension Toolkits
GL2PS
GLtrace
Industry develop Toolkits
-Introduction OpenGL development tools. Including
- 2022-04-19 06:10:08下载
- 积分:1
-
经典的质点弹簧织布
在vc6.0创建mfc对基于质点弹簧的织物模拟仿真,包括碰撞,重力作用。对于学习在VC++环境下,进行软组织,游戏开发等有很大的帮助。
- 2022-02-01 17:42:49下载
- 积分:1
-
图形图像编程OPENGLDEMO mfc
图形图像编程OPENGLDEMO mfc -graphics programming mfc OPENGLDEMO
- 2022-03-19 19:17:48下载
- 积分:1
-
菜单选择项目
一个简单的菜单选择,让你的界面更完整。旁边有许多选项选择,让你切换物品的种类、颜色,甚至可以让你三百六十度旋转物品。选项里有固体和线框,供你选择。还附有退出键,方便操作。适合用于许多游戏及开发软件中,非常方便。
- 2022-07-08 10:43:57下载
- 积分:1
-
C#的OpenGL编程。本例展示了如何在C#中调用API。本程序显示了一对旋转的彩色的四面体...
C#的OpenGL编程。本例展示了如何在C#中调用API。本程序显示了一对旋转的彩色的四面体-C# OpenGL programming. This example demonstrates how the C# API call. This procedure shows a revolving color of the tetrahedral
- 2022-03-13 20:20:58下载
- 积分:1
-
带纹理犹他壶
void reshape(int w, int h)
{
glViewport(0, 0, (GLsizei) w, (GLsizei) h);
glMatrixMode(GL_PROJECTION);
glLoadIdentity();
if (w
- 2022-02-25 16:32:19下载
- 积分:1
-
本例是一个多纹理映射融合的例子,介绍了如何实现多纹理映射及其融合的效果...
本例是一个多纹理映射融合的例子,介绍了如何实现多纹理映射及其融合的效果-cases this is a multi-texture mapping integration examples of how to achieve more texture mapping and integration with the results
- 2022-03-21 01:05:13下载
- 积分:1
-
GLSL实现了图像降噪,锐化,对比度增强
本程序借助OpenGL及其高级着色语言GLSL实现了图像降噪,锐化,对比度增强等图像处理操作!-With this procedure
and its high-level shading language GLSL OpenGL implementation of image
noise reduction, sharpening, contrast enhancement and other image
processing!
- 2022-04-15 04:32:13下载
- 积分:1
-
这是OPENGL的第三个例子,实现了鼠标移动来使物体旋转的且透明处理
这是OPENGL的第三个例子,实现了鼠标移动来使物体旋转的且透明处理-This is the third example OPENGL, realize the mouse to make rotating objects and transparent treatment
- 2022-02-24 22:44:17下载
- 积分:1