-
opengl实现的一个太阳系系统,可以通过界面来控制各个星球运转的速度。交互性比较好。...
opengl实现的一个太阳系系统,可以通过界面来控制各个星球运转的速度。交互性比较好。-opengl achieved a solar system, can interface to control the operation of all the speed planet. Interactive is good.
- 2023-01-28 02:40:04下载
- 积分:1
-
本程序在窗口中显示了一个加入纹理的场景,使得该场景更加真实,平滑,是基于单文档的MFC应用程序。 在本程序中,纹理场景是通过SetCheckTexture()函...
本程序在窗口中显示了一个加入纹理的场景,使得该场景更加真实,平滑,是基于单文档的MFC应用程序。 在本程序中,纹理场景是通过SetCheckTexture()函数生成的,然后通过DoTransform()函数 将―个顶点从物体坐标系转换到窗口坐标系,利用openGL进行矩阵计算,通过UpdateModelView()函数和InitMatrices()函数实现。-the procedures in the window shows a scene by adding texture, making the scene more real, smooth, is based on the MFC single document applications. In this process, the texture scene through SetCheckTexture () function generator, and then through DoTransform () function to-vertex from the object coordinate system conversion to the window frame, using openGL for matrix calculation, UpdateModelView () function and InitMatrices () Function.
- 2022-05-17 22:41:58下载
- 积分:1
-
OpenGL实现网格模型读入,编辑功能,包含源代码及演示
OpenGL实现网格模型读入,编辑功能,包含源代码及演示-OpenGL grid model of reading, editing functions, including source code and demo
- 2022-01-27 10:49:07下载
- 积分:1
-
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者...
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者-SMTH, the focus of OpenGL series of routines and classes, is very good and is suitable for beginners OpenGL
- 2022-09-23 15:30:02下载
- 积分:1
-
图像去噪处理
图形的读入,输出,将彩色图像转换为灰度图像,为图像添加掩膜以达到去噪处理,有详细的注释。包含幂次变换和二位滤波的图像处理
- 2023-07-27 20:25:04下载
- 积分:1
-
在Visual C++环境下,利用OpenGL编写的图形拾取例子。
在Visual C++环境下,利用OpenGL编写的图形拾取例子。-in Visual C circumstances, the use of OpenGL graphics prepared by picking examples.
- 2022-04-21 16:29:05下载
- 积分:1
-
Asteroids
自己写的一个简单的飞机程序,用OPENGL,简单碰撞,简单移动,简单积分.-Asteroids
- 2022-02-02 00:05:12下载
- 积分:1
-
vb调用opengl的过程,一个opengl模型绘制的例子,包括一个初始化opengl的模块...
vb调用opengl的过程,一个opengl模型绘制的例子,包括一个初始化opengl的模块-vb called opengl process, a model opengl rendering for example, include a module initialization opengl
- 2022-09-25 07:55:03下载
- 积分:1
-
利用OpenGL来编程实现多边形扫描线算法,要实现不容易,需要多次编译。...
利用OpenGL来编程实现多边形扫描线算法,要实现不容易,需要多次编译。
-to use OpenGL Programming polygon scan-line algorithm, is not easy to achieve the required number of compiler.
- 2022-06-17 09:43:24下载
- 积分:1
-
贪吃蛇游戏
#include < stdio.h >
#include < time.h >
#include < windows.h >
#include < gl/glut.h >
#define 1
#define 下 2
#define 左 3
#define 右 4
状态变量
闪烁
- 2022-02-07 21:32:42下载
- 积分:1