Welcome![Sign In][Sign Up]
Location:
Search - 三维绘图

Search list

[OpenGL programOpenGL实现三维绘图

Description: OpenGL实现三维绘图 在VC中实现三维交汇图系统演示,主窗口是可以旋转的三维立体坐标系,还可以观察到在x,y,z方向上的投影。-OpenGL 3D graphics in the VC 3D map convergence demonstration, the main window is rotating three-dimensional coordinate system, also can be observed in the x, y, z direction of the projection.
Platform: | Size: 545621 | Author: 黄应 | Hits:

[OpenGL program在VC中实现OpenGL三维绘图

Description: 在VC中实现OpenGL三维绘图(实现人机交互),旋转,缩放等功能-in VC achieve OpenGL 3D graphics (HCI achieve), rotation, scaling function! !
Platform: | Size: 821627 | Author: 王兆 | Hits:

[OpenGL programOpenGL_vckbase20在VC中实现OpenGL三维绘图

Description: OpenGL 是一个三维图形渲染的软件接口,并且得到了硬件加速的支持,用户可以方便地利用 OpenGL,创建出接近光线跟踪的高质量静止或动画的三维彩色图像.本代码的在VC环境下用openGL编制三维绘图简例,让读者快速入门-is an OpenGL 3D graphics rendering software interface, and a hardware-accelerated support, users can easily use OpenGL, creating close tracking of high-quality light static or animated 3D images. The code in VC environment with openGL preparation 3D graphics SR cases, allowing readers Quick Start
Platform: | Size: 855008 | Author: 周先生 | Hits:

[OpenGL program利用OpenGL实现三维绘图

Description: 利用OpenGL实现三维绘图-use OpenGL 3D graphics
Platform: | Size: 4172 | Author: 陈昌华 | Hits:

[Graph programVC中OpenGL三维绘图

Description: VC中OpenGL三维绘图,可以参考,很实用
Platform: | Size: 759683 | Author: aimiao | Hits:

[3D GraphicMESH45.OCX 三维图形控件

Description: MESH45.OCX 三维图形控件 三维科学图形包括三维网线图形;三维线状图形;三维坐标设置;填充网状图形;填充颜色的层数;颜色分层的数值条;向顶部和底部投影;边框设置;背景颜色设置;实体图形;等高线图形。给定zij=f(xi,yj)离散数据点,三维图形控件可以绘制出各种精美的图形。三维 图形控件包含的文件有:mesh45.ocx,olch3d32.dll,meshxyz.dll。
Platform: | Size: 274453 | Author: lwjohn | Hits:

[OpenGL program利用OpenGL实现三维绘图

Description: 在三维绘图蓬勃发展的过程中,计算机公司推出了大量的三维绘图软件包。其中SGI公司推出的OpenGL,作为一个性能优越的图形应用程序设计界面(API)异军突起,取得了很大的成就。它以高性能的交互式三维图形建模能力和易于编程开发,得到了Microsoft、IBM、DEC、Sun、HP等大公司的认同。因此,OpenGL已经成为一种三维图形开发标准,是从事三维图形开发工作的必要工具
Platform: | Size: 39936 | Author: hkjfile@126.com | Hits:

[OpenGL program利用OpenGL实现三维绘图

Description: 利用OpenGL实现三维绘图-use OpenGL 3D graphics
Platform: | Size: 4096 | Author: 陈昌华 | Hits:

[OpenGL program三维交互图

Description: 在VC中实现OpenGL三维绘图,是三维交互图系统演示,可旋转。-in VC achieve OpenGL 3D graphics, interactive 3-D map of the demonstration, swivel.
Platform: | Size: 5050368 | Author: 陈连梅 | Hits:

[3D Graphic本科作品-三维图形系统

Description: 三维绘图程序,可实现常见立体图形的绘制,可实现旋转、平移、放大缩小等操作-3D graphics, which enables the common three-dimensional graphics rendering, can be realized rotation, translation, zooming etc
Platform: | Size: 331776 | Author: 龙涛 | Hits:

[GDI-Bitmap实现三维视图绘制与消隐技术

Description: 通过vc实现三维视图的绘制和消隐技术, 包括三维视图的绘制及相应绘图数据的组织-through vc 3D Drawing View and blanking technology, including three-dimensional mapping of view and corresponding graphics data organization
Platform: | Size: 3072 | Author: 飞扬草 | Hits:

[OpenGL program二维图像三维显示

Description: 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的初始化的文档很多,在这里我就不多说了,感兴趣的读者可以参考有关的文档。在DrawScene函数中调用全局函数GLDraw3DBMP完成绘图部分。 编译源代码时,必须把opengl32.lib glu32.lib链到工程中。 可以通过对话框改变材质。按上下箭头键可以实现三维图像的绕x轴旋转,按左右箭头键可以实现三维图像绕z轴旋转。 本代码在Windows2000下编译通过。-image processing to the needs and would like to achieve th ree-dimensional two-dimensional images, then wrote the code, with the readers are interested in sharing. Image Access First bmp image files, two from the clipboard. The MFC code Calling OpenGL library functions to achieve the three-dimensional two-dimensional image display, image width, height and pixel brightness of the three-dimensional space x, z, y coordinates. Main initialization procedures, mapping, the release of resources and operation, the function of these documents OGL_MFCView.cpp achieve. OpenGL library initialization of the documents, the OnCreate, InitScene DrawScene function and the realization of the main initialization OpenGL runtime environment variables, 3D objects light, material, and as such introduced OpenG
Platform: | Size: 106496 | Author: 张立强 | Hits:

[matlabmatlab 绘图

Description: matlab绘图。详细综合matlab的绘图方法,包括二维,三维绘图。以及相映的图象编辑功能。能从多角度对图象进行处理!-Matlab graphics. Detailed and comprehensive Matlab graphics, including 2D and 3D graphics. , And form a contrast image editing features. From the perspectives of image processing!
Platform: | Size: 507904 | Author: 马大 | Hits:

[OpenGL programOpenGL实现三维绘图

Description: OpenGL实现三维绘图 在VC中实现三维交汇图系统演示,主窗口是可以旋转的三维立体坐标系,还可以观察到在x,y,z方向上的投影。-OpenGL 3D graphics in the VC 3D map convergence demonstration, the main window is rotating three-dimensional coordinate system, also can be observed in the x, y, z direction of the projection.
Platform: | Size: 545792 | Author: 黄应 | Hits:

[OpenGL program在VC中实现OpenGL三维绘图

Description: 在VC中实现OpenGL三维绘图(实现人机交互),旋转,缩放等功能-in VC achieve OpenGL 3D graphics (HCI achieve), rotation, scaling function! !
Platform: | Size: 7390208 | Author: 王兆 | Hits:

[OpenGL programOpenGL_vckbase20在VC中实现OpenGL三维绘图

Description: OpenGL 是一个三维图形渲染的软件接口,并且得到了硬件加速的支持,用户可以方便地利用 OpenGL,创建出接近光线跟踪的高质量静止或动画的三维彩色图像.本代码的在VC环境下用openGL编制三维绘图简例,让读者快速入门-is an OpenGL 3D graphics rendering software interface, and a hardware-accelerated support, users can easily use OpenGL, creating close tracking of high-quality light static or animated 3D images. The code in VC environment with openGL preparation 3D graphics SR cases, allowing readers Quick Start
Platform: | Size: 855040 | Author: 周先生 | Hits:

[OpenGL programVC_OpenGL_draw

Description: 在VC中实现OpenGL三维绘图 程序用VC 实现了Opengl 三维绘图!-in VC achieve OpenGL 3D drawing program with the VC Opengl 3D graphics!
Platform: | Size: 757760 | Author: supernova531 | Hits:

[OpenGL program3DOpenGLsourcecode

Description: 三维绘图程序,水波程序具有电影般的波动效果,三维成像具有完整的openGL法向量计算过程,鲨鱼,透明盒子和飘动程序绝对令人耳目一新-3D mapping procedures, procedures film wave-like fluctuations in effect, 3D imaging with a complete openGL France vector calculation process, sharks, box and transparent procedures for wafted fresh
Platform: | Size: 2580480 | Author: chenpeng3361 | Hits:

[OpenGL program3D_object-VC

Description: 用Opengl画半透明的三维物体,可以将其嵌入vc其他三维绘图代码-Opengl painting with translucent three-dimensional objects, which can be embedded in other vc 3D graphics code
Platform: | Size: 46080 | Author: lll | Hits:

[Graph programOpenGL三维绘图

Description: 一个简单的opengl绘制三维图形的实例,很适合初学者学习(A simple opengl example of drawing 3D graphics is very suitable for beginners to learn)
Platform: | Size: 5048320 | Author: 辰梦星语 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 16 »

CodeBus www.codebus.net