-
OpenGL Super Bible III all of the examples and code
OpenGL超级宝典III所有的例子和代码-OpenGL Super Bible III all of the examples and code
- 2022-03-17 12:59:13下载
- 积分:1
-
OPENGL 游戏中的瞄准
OPENGL 游戏中的瞄准-OpenGL aim of the game
- 2023-01-30 03:50:03下载
- 积分:1
-
OPGL颜色空间变换与显示,颜色分布在一个立方体中显示出来....
OPGL颜色空间变换与显示,颜色分布在一个立方体中显示出来.-OPGL color space transformation and show that the color distribution in a cube shown.
- 2022-01-26 02:23:41下载
- 积分:1
-
C 点三维云
vc6.0+opengl 实现三维点
- 2022-05-15 03:23:26下载
- 积分:1
-
OpenGL图元运动 三个圆形的图元 分别代表太阳 地球 月亮 表示了三者的运动关系...
OpenGL图元运动 三个圆形的图元 分别代表太阳 地球 月亮 表示了三者的运动关系-OpenGL pixel circular movement of the three elements representing the sun the moon the Earth, said the relationship between the three movement
- 2022-07-25 18:12:39下载
- 积分:1
-
在本文中,绘制一个三维的立方体纹理映射,以实现光矩阵的反式…
本文绘制了一个3D立方体 实现了纹理映射
光照处理 矩阵变换 以及键盘控制等技术-In this paper, drawing a 3D cube texture mapping to achieve a light matrix transformation, as well as deal with the keyboard control technology
- 2022-08-21 08:10:06下载
- 积分:1
-
免费的opengl图形开发包,支持多种C++编译器
免费的opengl图形开发包,支持多种C++编译器-free opengl graphics development kits, support for multiple C compiler
- 2022-06-03 10:54:22下载
- 积分:1
-
gpu 实现marching cube
使用OPENGL的新特性实现了MARCHING CUBE算法,使用了OPENGL的shader语言glsl,在GPU上实现了MARCHING CUBE算法,提高了速度。 该代码使用GLUT来进行窗口的控制,同时引入了新的库。
控制方式:使用D键来切换数据(共3种数据)
使用A键暂停/继续动画效果
使用VS2010 编辑 需要在工程属性中的INCLUDE路径中包含代码内的GL文件夹
- 2023-05-12 15:00:03下载
- 积分:1
-
三维画图,包括非常复杂的三维重构技术实现
三维画图,包括非常复杂的三维重构技术实现-delphi draw 3d graphics
- 2022-06-16 13:21:46下载
- 积分:1
-
二
二维图像的三维显示 详细信息 < OpenGL > 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的初始化的文档很多,在这里我就不多说了,感兴趣的读者可以参考有关的文档。在DrawScene函数中调用全局函数GLDraw3DBMP完成绘图部分。编译源代码时,必须把opengl32.lib glu32.lib链到工程中。 可以通过对话框改变材质。按上下箭头键可以实现三维图像的绕x轴旋转,按左右箭头键可以实现三维图像绕z轴旋转。本代码在Windows2000下编译通过。 -two-dimensional images of three-dimensional display detailed information Image Processing himself 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 co
- 2022-05-22 12:29:02下载
- 积分:1