-
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
-
OpenGL, Visual C++
灯光的旋转运动,在这个例子中,灯光会在球体上渐隐...
OpenGL, Visual C++
灯光的旋转运动,在这个例子中,灯光会在球体上渐隐-OpenGL, Visual C light of the rotation, in this case, the lights will be on the ball gradually hidden
- 2022-12-31 22:55:03下载
- 积分:1
-
初学OpenGL很好的框架,添加了画出三角形和四边形的代码并为其上色。...
初学OpenGL很好的框架,添加了画出三角形和四边形的代码并为其上色。-Good beginner OpenGL framework, added a painted triangle and quadrilateral, and its color code.
- 2023-08-08 15:40:04下载
- 积分:1
-
三
三维物体变形,实现骨骼的三维模型与标准X光片的配准-Three-dimensional object deformation, to achieve with the standard three-dimensional model of bone X-ray films with quasi-
- 2022-03-30 16:49:17下载
- 积分:1
-
Please read your package and describe it at least 40 bytes in English.
Please read your package and describe it at least 40 bytes in English.
- 2022-07-28 00:34:50下载
- 积分:1
-
绘制了一个四面体、一个正方体、一个六边形图形,配有不同的颜色,让图形旋转-Drawing of a tetrahedron, a cube, a hexagon graph with differen
绘制了一个四面体、一个正方体、一个六边形图形,配有不同的颜色,让图形旋转-Drawing of a tetrahedron, a cube, a hexagon graph with different colors, so that rotating graphics! ! !
- 2022-02-05 20:45:44下载
- 积分:1
-
有趣的卡通飞行3D游戏代码
3D游戏射击,有趣,卡通人物可以使得游戏更有趣
这其实是一款很有趣的捏脸游戏,游戏名字叫做《ZEPETO》,大家可以通过自己的脸识别,然后进行捏脸,制作出各种可爱的3D人物模型,非常有意思的一款游戏。
- 2022-06-12 07:34:41下载
- 积分:1
-
轻量级实时OpenGL 图形组件
翻译 maninwest@Codeforge 作者: Gabriyel @ Codeproject集成提供实时更新的基于 OpenGL的图形组件。我需要通过图表实时显示统计数据(我写了个演示应用)。截图可以明确地显示这个图形组件背后的理念。它在跟踪实时数据时,例如数据获取和分析时,会很有用。我没有时间开发地更加细致,如不同的图形类型、演示类型和过滤器等,但是在代码的基础上添加这些功能应该不难。使用代码这个图形组件的功能有:用户定义的缓存 (列表) ,用于存储图形数据 当数据"溢出" 缓存时,图像会自动抛弃最旧的数据为最新的数据创造空间 实时计算移动平均数这个代码可以轻松集成到任何基于 OpenGL 的应用程序。开发人员只需确保渲染上下文即可OGLGraph* myGraph;
void init ( GLvoid ) // Create Some Everyday Functions
{
glClearColor(0.0f, 0.0f, 0.0f, 0.f);
//glClearDepth(1.0f);
myGraph = OGLGraph::Instance();
myGraph->setup( 500 /*width*/, 100 /*height*/,
10 /*offsetX*/, 10 /*offsetY*/,
2 /*scaleX*/, 2 /*scaleY*/,
1 /*channels*/, 200 /*
- 2022-02-13 11:50:46下载
- 积分:1
-
Creator of Virtual Reality Modeling Tutorial part3
虚拟现实技术Creator建模教程part3-Creator of Virtual Reality Modeling Tutorial part3
- 2022-01-26 06:41:55下载
- 积分:1
-
三维点云人脸识别
三维点云数据的处理、人脸识别、鼻子识别等,基于曲率计算的识别方法,含演示数据及结构图形,其中有12个数据文件,两个图像结果文件,可以供点云数据人脸识别的研究参考。
- 2022-04-30 14:04:23下载
- 积分:1