-
我自己编写的OPENGL图形程序,对于初学者很有帮助....
我自己编写的OPENGL图形程序,对于初学者很有帮助.-I wrote an OPENGL program which is very useful for the beginner
- 2022-02-12 09:42:42下载
- 积分:1
-
opengl源代码,实现了conjugate gradient method共轭斜量法
opengl源代码,实现了conjugate gradient method共轭斜量法-opengl source code, to achieve a conjugate gradient method Conjugate Gradient Method
- 2022-04-27 22:29:15下载
- 积分:1
-
This source code is for OpenGL&Visual C++6.0
This source code is for OpenGL&Visual C++6.0-This source code is for OpenGL
- 2022-01-24 16:08:02下载
- 积分:1
-
the ripple effect of the water, the development of animation at the reference va...
水的涟漪效果,是开发动画时有参考价值...强烈推荐-the ripple effect of the water, the development of animation at the reference value strongly recommend ...
- 2022-06-20 02:57:45下载
- 积分:1
-
Graduation Project, VC be used under the OpenGL graphics software developed by a
毕业设计,VC下条用OpenGL开发的一个图形软件-Graduation Project, VC be used under the OpenGL graphics software developed by a
- 2023-02-06 02:35:07下载
- 积分:1
-
This demo implements the marching cubes algorithm for constructing a polygonal m...
This demo implements the marching cubes algorithm for constructing a polygonal model from an isosurface. The isosurface chosen here is a classical metaballs setup. Metaballs are isosurface chosen here is a classical metaballs setup. Metaballs are defined by field function that s the sum of R2 / ((ball.x - x)2 + (ball.y - y)2 + (ball.z - z)2) for all balls. The surface is defined to be where the sum is one.-This demo implements the marching cubes algorithm for constructing a polygonal model from an isosurface. The isosurface chosen here is a classical metaballs setup. Metaballs are isosurface chosen here is a classical metaballs setup. Metaballs are defined by field function that s the sum of R2/((ball.x- x)2+ (ball.y- y)2+ (ball.z- z)2) for all balls. The surface is defined to be where the sum is one.
- 2022-03-03 15:18:22下载
- 积分:1
-
create 3D mesh from image file
“图像到网格”允许您基于图像将图像文件转换为网格颜色。这个类似于地形生成器,它使用图像颜色来表示深度。它可用于从图像创建名称和其他对象的三维模型。
- 2023-01-31 11:35:04下载
- 积分:1
-
本源码是在vc++环境下利用OpenGL讲dae文件转换为.x文件.
本源码是在vc++环境下利用OpenGL讲dae文件转换为.x文件.-The source is vc++ Environment stresses the use of OpenGL for dae file conversion. X file.
- 2022-09-04 05:10:03下载
- 积分:1
-
Visual C 6 achieve OpenGL programming, a detailed description, as long as could...
用Visual C++ 6实现OpenGL编程,有详细的说明,只要学过就能看懂。-Visual C 6 achieve OpenGL programming, a detailed description, as long as could be read to learn.
- 2022-03-23 04:13:44下载
- 积分:1
-
image processing to the needs and would like to achieve th ree
本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是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 documen
- 2023-02-17 05:45:03下载
- 积分:1