-
通过VC和OpenGL实现三维人脸,在VC 6编译
通过VC++和OPenGL实现人脸的三维显示,在
vc++6.0下编译通过
-through VC and achieve OpenGL 3D Face, in vc 6.0 compile
- 2023-08-01 17:20:07下载
- 积分:1
-
VS2010+OpenCV+OpenGL三维重建
利用VS2010+OpenCV+OpenGL三维重建
先标定棋盘,然后再进行特征提取,立体匹配得出视差图,最后得出视差数据,利用OpenGL画出3D模型
- 2022-03-04 05:10:06下载
- 积分:1
-
OpenGL fountain effect of the display, is a complex calculation of particle traj...
OPENGL喷泉效果的演示,主要是复杂粒子运动轨迹计算及粒子生命周期计算同时还有3D场景的角度变换-OpenGL fountain effect of the display, is a complex calculation of particle trajectories and calculating particle life cycle along with 3D scenes perspective transform
- 2022-03-11 12:18:55下载
- 积分:1
-
opengl实现置身于3D场景
OpenGL是行业领域中最为广泛接纳的 2D/3D 图形 API。 在该程序中,可以拖动鼠标,使场景旋转,就像置身于3D场景中 一样。在简单贴图之后,随着鼠标操作,制造炫目效果。
- 2022-03-07 04:05:09下载
- 积分:1
-
基于opengl的多边形扫描算法演示系统,可以演示出多边形填充过程中扫描线扫描的结果,动态的演示出来。...
基于opengl的多边形扫描算法演示系统,可以演示出多边形填充过程中扫描线扫描的结果,动态的演示出来。-on opengl polygon scan algorithm demonstration system that can demonstrate Polygon Fill out the process of scanning line scan results, dynamic demo out.
- 2022-08-10 19:34:44下载
- 积分:1
-
又是一个很好的贪吃蛇源码,适合初学者学习!希望大家有所收获!...
又是一个很好的贪吃蛇源码,适合初学者学习!希望大家有所收获!-is also a good source of a huge memory and is suitable for beginners learning! Hope you all have!
- 2022-02-03 11:30:59下载
- 积分:1
-
中点画圆及中点画线的OpenGL算法
本代码可运行在VC++上,OpenGL中点画线可以实现对斜率k 6种可能性的处理,并提供了与传统画线法的效率比较,代码很容易看懂相应的OpengL的Include,dll和lib配置请看配置说明
- 2022-05-21 01:20:04下载
- 积分:1
-
OpengGL prepared by the mapping procedure, known image of spatial information, y...
OpengGL编写的映射程序,已知图像的空间信息,就可以运行此程序,把图像绘制出来,并且在不同的单元赋予不同的颜色 -OpengGL prepared by the mapping procedure, known image of spatial information, you can run this program, the image is drawn out, and the different modules given different colors
- 2022-08-25 02:41:10下载
- 积分:1
-
带纹理犹他壶
void reshape(int w, int h)
{
glViewport(0, 0, (GLsizei) w, (GLsizei) h);
glMatrixMode(GL_PROJECTION);
glLoadIdentity();
if (w
- 2022-02-25 16:32:19下载
- 积分:1
-
OpenGL介绍 由SGI公司的GL发展而来的一个工业标准图形库。 OpenGL由图形库GL(Graphics Library)...
OpenGL介绍 由SGI公司的GL发展而来的一个工业标准图形库。 OpenGL由图形库GL(Graphics Library)和应用图形库GLU(Graphics Library Utilities)两个库组成-OpenGL# 61548 introduced by SGI"s GL from the development of an industry-standard graphics library.# 61548 by the OpenGL graphics library GL (Graphics Library) and the application of graphics library GLU (Graphics Library Utilities) 2 component library
- 2022-03-18 17:40:04下载
- 积分:1