-
with opengl 3d pipe sourcecode,
用VC+OpenGL实现三维管线的全部源码,与国内著名三维软件-灵图软件的地下管线显示效果一样,2005年后灵图开发的怎样我就不知道了,呵呵。可以用鼠标左右键,上下左右键,Insert,Delete,Home,End键实现三维实时动态漫游。动态链接库读取平面管线DXF数据格式,也有源码。-with opengl 3d pipe sourcecode,
- 2023-05-23 05:45:02下载
- 积分:1
-
OpenGL 3D Graphics Programming Intermediate opengl study books
OpenGL三维图形程序设计 中级opengl学习用书-OpenGL 3D Graphics Programming Intermediate opengl study books
- 2022-12-03 18:45:03下载
- 积分:1
-
飘动的红旗,比较好的一个学习程序,无压缩密码
飘动的红旗,比较好的一个学习程序,无压缩密码-floating in the red, a good learning process, uncompressed Password
- 2022-03-12 14:38:19下载
- 积分:1
-
delphi写的opengl模拟太阳系运行的小程序,可以用键盘控制转动!...
delphi写的opengl模拟太阳系运行的小程序,可以用键盘控制转动!-opengl Analog delphi written a small program to run the solar system can be used to rotate the keyboard control!
- 2022-04-20 03:45:51下载
- 积分:1
-
本程序在Visual C++6.0环境下采用OpenGL编程,实现一个三维图形的旋转显示...
本程序在Visual C++6.0环境下采用OpenGL编程,实现一个三维图形的旋转显示-This procedure in the Visual C++ 6.0 environment using OpenGL programming, to achieve the rotation of a three-dimensional graphics display
- 2023-08-28 06:55:03下载
- 积分:1
-
Commonly used to provide a series of inquiries opengl function, concise
提供opengl常用的一系列查询函数,简洁明了-Commonly used to provide a series of inquiries opengl function, concise
- 2022-03-06 23:24:08下载
- 积分:1
-
opengl.cpp..学习3D游戏的框架.不可多得.
opengl.cpp..学习3D游戏的框架.不可多得.-opengl.cpp .. learning 3D games framework. Rare.
- 2022-12-17 04:55:03下载
- 积分:1
-
三维的空间位置变化! 小键盘控制上下左右前后
三维的空间位置变化! 小键盘控制上下左右前后-three-dimensional spatial location change! The next small keyboard control after about! !
- 2023-03-03 19:55:04下载
- 积分:1
-
LOD编程实例,在程序中根据视点与目标之间的距离…
LOD编程实例,在程序中根据视点与对象的距离,以不同的网格来绘制球体。-LOD programming examples, in proceedings under View and the distance between objects, a different grid to map Spheres.
- 2022-07-22 05:19:32下载
- 积分: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