登录
首页 » OpenGL图像 » OpenGL Programming and Advanced Visualization System (Advanced Programming Part...

OpenGL Programming and Advanced Visualization System (Advanced Programming Part...

于 2022-01-31 发布 文件大小:379.02 kB
0 110
下载积分: 2 下载次数: 1

代码说明:

OpenGL高级编程与可视化系统开发(高级编程篇)-15-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1)-15

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • OpenGL教学,画
    OpenGL教学,画图-OpenGL teaching, painting
    2022-03-15 03:06:44下载
    积分:1
  • 加载素到矩阵
    它是程序加载到一个矩阵图像像素为单位)。 在图像中将用作处理这个矩阵,而它写在 c + + 中使用代码块编译器
    2022-02-12 18:50:42下载
    积分: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
  • opengl3d粒子制作演示程序,包括源代码,可以学习实用,是cg游戏爱好者学习的好材料....
    opengl3d粒子制作演示程序,包括源代码,可以学习实用,是cg游戏爱好者学习的好材料.-opengl3d particles produced demo programs, including source code, we can learn from practical, yes cg games lovers a good learning materials.
    2023-01-21 10:10:04下载
    积分:1
  • 经典碰撞检测程序
    Jeff lander 经典质点弹簧系统,可以采用欧拉积分法、中点法和四阶龙格库塔法进行运动方程求解,包含完整的碰撞检测程序,采用包围球的方法,可以进行进一步的开发
    2022-08-06 00:24:01下载
    积分:1
  • 学习如何映射有很多好处。我们说你想要一个导弹…
    光照和键盘控制: 添加光照和键盘控制,它让程序看起来更美观。 -Learning how to texture map has many benefits. Lets say you wanted a missile to fly across the screen. Up until this tutorial we d probably make the entire missile out of polygons, and fancy colors. With texture mapping, you can take a real picture of a missile and make the picture fly across the screen. Which do you think will look better? A photograph or an object made up of triangles and squares? By using texture mapping, not only will it look better, but your program will run faster. The texture mapped missile would only be one quad moving across the screen. A missile made out of polygons could be made up of hundreds or thousands of polygons. The single texture mapped quad will use alot less processing power.
    2022-05-15 07:48:56下载
    积分:1
  • OpenGL3.0+ for Games
    Opengl3.0 游戏编程,一些相关的交互,纹理接口,应用glew库实现对底层API的调用,可扩展,部分代码来自互联网,有一定的参考价值,本人是做3d开发的,觉得这个资源很不错,可以交流学习下。
    2023-05-10 18:15:03下载
    积分:1
  • opengl 编程开发实例 1opengl
    opengl 编程开发实例 1opengl-opengl programming examples 1opengl
    2023-01-08 18:55:03下载
    积分:1
  • VC+Opengl 3D 碰撞检测,原理是包围球 againt 场景中的每一个三角形...
    VC+Opengl 3D 碰撞检测,原理是包围球 againt 场景中的每一个三角形-VC+Opengl 3D collision test, the theory is using every triangle to simulate scene.
    2022-04-22 16:00:33下载
    积分:1
  • This is a screen saver, OpenGL VC production, light code, the result was terrifi...
    这是一个屏幕保护程序,有OPENGL+VC++制作,轻量的代码,效果却很棒.-This is a screen saver, OpenGL VC production, light code, the result was terrific.
    2023-01-26 23:05:04下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载