Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 .obj 3D 模型,我想在其中移动一些给定长度的曲面顶点。我怎么能做到这一点。 对于较小的文件,我可以在记事本中打开它并编辑顶点位置。但是当模型变大时,这变得不可能了。
MATLAB?尝试使用工具箱加载有点大的 3D 模型。这需要很多时间 :( Meshlab 可能吗?-找不到提前谢谢。
使用 meshlab,您可以编写一个插件来操作您的网格顶点。因此,如果您搜索编程解决方案,它可能是一个不错的选择。