登录
首页 » OpenGL图像 » OpenGL 3D 图形( MATLAB)

OpenGL 3D 图形( MATLAB)

于 2022-07-18 发布 文件大小:18.84 kB
0 181
下载积分: 2 下载次数: 1

代码说明:

翻译  maninwest@Codeforge 作者:roozbehabolpour@CodeProject这里,我们将使用 OpenGL 接口进行 3D  科学计算可视化。OpenGL 是进行 2D 和 3D 计算机图像渲染的跨语言程序设计接口 (API)。 OpenGL比虚拟现实工具箱更加快捷方便。使用代码使用这个项目非常简单。在 MATLAB 中,你必须定义对象的点,必须定义网眼的相邻矩阵。例如 ,如果你要创建一个泉水,必须首先定义点N=2000; X_points=zeros(N,1); Y_points=zeros(N,1); Z_points=zeros(N,1); Adj=zeros(N,N); for i=1:N X_points(i)=cos(2*pi*5*i/N); Y_points(i)=sin(2*pi*5*i/N); Z_points(i)=(5*i/N-2)/4; if i

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

发表评论

0 个回复

  • OpenGL Code for Displaying 3D texture from 2D map
    OpenGL Code for Displaying 3D texture from 2D map
    2022-09-22 03:20:03下载
    积分:1
  • 水波代码,基于VC++的opengl源代码
    水波代码,基于VC++的opengl源代码-Water code, based on VC++ The opengl source code
    2022-05-23 11:36:22下载
    积分:1
  • 显示杆孤面
    此代码的宾语是在 3d 中显示 syrface,通过使用一组点。表面的计算是意识到通过使用许多方法喜欢贝塞尔曲线和 B-样条
    2022-03-24 10:25:43下载
    积分:1
  • "Both Super OpenGL (2nd Edition)" in the book, usually one each devote...
    《OpenGL超级宝典(第二版)》 在本书中,通常每章介绍一个方面的编程主题,并在同一章中给出与此编程主题相关的大量函数及函数说明。另外,许多函数还提供了实用的示例,使读者可以直接在自己的程序中借鉴参考。 本书内容丰富而全面、结构清晰、层次分明,适用于使用OpenGL编程的各个层次的程序员。 本书是有关OpenGL的参考书,它的内容完整而全面,专为使用OpenGL的新版本进行编程的Windows程序员而写。本书适用于希望掌握OpenGL并提高其图形编程的程序员,既可以作为参考书,也可以作为学习教程。-"Both Super OpenGL (2nd Edition)" in the book, usually one each devoted to the theme programming, and in the same chapter, and this program is relevant to the subject of a large number of functions and function note. In addition, many functions also provide practical examples, so readers can directly in their own procedures builds. The book is rich in content and comprehensive, clear, structured and applicable to the use of OpenGL programming at all levels of programmers. The book is a reference book on OpenGL, and its content is complete and comprehensive and is designed for use OpenGL Programming for the new version of Windows programmers writing. The book apply to the master and improve OpenGL graphics programmin
    2023-06-25 12:10:06下载
    积分:1
  • 通过纹理贴,渲染效果的水,相当不错。
    通过纹理贴图,渲染水的效果,需要nvidia显卡支持。-Through texture mapping, rendering the effect of the water, quite good.
    2022-04-27 07:20:47下载
    积分:1
  • OpenGL 6例
    OpenGL的6个例子-OpenGL 6 examples
    2022-07-02 17:26:30下载
    积分:1
  • 在系统了我们绘制了一个正方形,可以通过鼠标的捻选框实现物体的放大和缩小...
    在系统了我们绘制了一个正方形,可以通过鼠标的捻选框实现物体的放大和缩小-In the system that we draw a square, you can twist the mouse box object realize zoom in and out
    2022-04-20 11:45:07下载
    积分:1
  • OpenGL 作例子
    OpenGL 作图例子 - 圆环-OpenGL graphic example- Ring
    2022-08-13 09:10:53下载
    积分:1
  • 读取ply文件三角网格
    涉及ply 文件的读取 及OpenGL中显示,三维图像主要是三维网格组成 面 线 点构成拓扑结构 本文件提供ply文件的读取 以便在openGL 或c++ 平台对文件进行处理
    2022-04-15 23:58:27下载
    积分:1
  • 几个OpenGL游戏开发的电子书,很不错的哦
    几个OpenGL游戏开发的电子书,很不错的哦-OpenGL game development a few e-books, very good, oh
    2023-08-22 10:10:14下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载