-
OpenGL图像绘制,构造一个窗体,显示一个旋转的立方体和一个旋转的四边体。...
OpenGL图像绘制,构造一个窗体,显示一个旋转的立方体和一个旋转的四边体。-OpenGL image rendering, to construct a form, showing a rotating cube and a rotating four-sided body.
- 2022-09-25 01:35:03下载
- 积分:1
-
OpenGL 3D 贪吃蛇
OpenGL 3D 贪吃蛇 源代码
- 2023-07-05 14:20:05下载
- 积分:1
-
Simple Draw using Opengl primitives in c++, this time the most easy draw: a poin...
Simple Draw using Opengl primitives in c++, this time the most easy draw: a point
- 2022-02-07 12:41:03下载
- 积分:1
-
opengl实现鼠标旋转、移动物体
//#include"Qua.h";
#include
#include
using std::cout;
using std::endl;
void DrawCube( int * a, int * b, int * level )
{
glPolygonMode( GL_FRONT_AND_BACK, GL_LINE );
glLineWidth(1.0f);
glEnable( GL_LINE_STIPPLE );
glLineStipple(1, 0x0F0F);
- 2022-05-19 01:44:26下载
- 积分:1
-
5dg OpenGL的旋转
5DG S Rotation OpenGL
- 2022-08-13 02:22:19下载
- 积分:1
-
classic source of opengl Guide, lesson01
经典的nehe的opengl教程源码,lesson01-48。提供打包下载的真少。-classic source of opengl Guide, lesson01-48. Download package for the true small.
- 2022-03-10 12:39:03下载
- 积分:1
-
VS2013中基于opengl的3D模型程序
此程序基于VS2013 中的opengl,能把obj格式的3D模型读入显示出来,并且具有沿各个坐标轴的平移功能,还能具有缩放功能,对刚开始接触opengl的来说是难得的程序。
- 2022-03-07 11:21:36下载
- 积分:1
-
设置图像的灰度
通过彩色图象灰度化来介绍C#处理数字图像的3种方法,Bitmap类、BitmapData类和Graphics类是C#处理图像的的3个重要的类。Bitmap只要用于处理由像素数据定义的图像的对象,主要方法和属性如下: GetPixel方法和SetPixel方法,获取和设置一个图像的指定像素的颜色。 PixelFormat属性,返回图像的像素格式。 Palette属性,获取或折纸图像所使用的颜色调色板。 Height属性和Width属性,返回图像的高度和宽度。 LockBits方法和UnlockBits方法,分别锁定和解锁系统内存中的位图像素。BitmapData对象指定了位图的属性: Height属性,被锁定位图的高度。 Width属性,被锁定位图的宽度。 PixelFormat属性,数据的实际像素格式。 Scan0属性,被锁定数组的首字节地址。 Stride属性,步幅,也称扫描宽度。彩色图象灰度化24位彩色图象每个像素用3个
- 2023-04-11 05:05:04下载
- 积分:1
-
凸凹纹理映射到典型例子 很好的仿真了细节纹理的三维效果,编译已经通过了...
凸凹纹理映射到典型例子 很好的仿真了细节纹理的三维效果,编译已经通过了-Bump texture mapping to a typical example of a good simulation of the detailed three-dimensional texture effect, the compiler has already passed
- 2022-04-06 19:24:59下载
- 积分:1
-
在vc++6.0环境下,调用opengl函数建立光照模型,实现旋转的立方体...
在vc++6.0环境下,调用opengl函数建立光照模型,实现旋转的立方体-in vc++ 6.0 environment, the establishment of function called opengl illumination model, the rotating cube
- 2022-01-25 19:17:44下载
- 积分:1