随笔 - 1762  文章 - 0  评论 - 109  阅读 - 431万

obj文件可视化

下面给出了读取文件的下载链接,以及说明。

 

下载链接:

Wavefront OBJ toolbox - File Exchange - MATLAB Centralww2.mathworks.cn

图标

函数说明:

The function read_wobj allow Wavefront object files including material MTL files to be read into a Matlab structure. The function write_wobj exports a Matlab structure to an OBJ file.

It doesn't matter if the object file contains splines or polygon based geometry, it reads and writes almost all .obj files.

See "help read_wobj" and "help write_wobj"

Comments and bug reports are welcome

 

下载后的文件:

将这些文件所在的文件夹加入matlab的路径。

 

函数调用格式如下:

  • read_wobj(fullfilename)
  • write_wobj(OBJ,fullfilename)

 

若要调用.obj文件,语句例子:r=read_wobj('file.obj');

 

posted on   一杯明月  阅读(486)  评论(0编辑  收藏  举报
编辑推荐:
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
阅读排行:
· winform 绘制太阳,地球,月球 运作规律
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· AI与.NET技术实操系列(五):向量存储与相似性搜索在 .NET 中的实现
· 超详细:普通电脑也行Windows部署deepseek R1训练数据并当服务器共享给他人
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
历史上的今天:
2020-04-22 matlab找出某个元素的位置序号
2020-04-22 《树先生》影评
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示