gpt4 book ai didi

WPF 3D 模型绘图工具

转载 作者:行者123 更新时间:2023-12-01 00:07:54 24 4
gpt4 key购买 nike

是否有任何用于 3D 建模的应用程序可以将成品输出到一系列点(X、Y、Z),然后您可以将其导入 WPF 3D 模型?

IE:

<MeshGeometry3D Positions="0,0,0 10,0,0 0,10,0 10,10,0 0,0,10 10,0,10 0,10,10 10,10,10"
TriangleIndices="0,2,1 1,2,3 0,4,2 2,4,6 0,1,4 1,5,4 1,7,5 1,3,7 4,5,6 7,6,5 2,6,3 3,6,7" />

最佳答案

一个简单的google搜索“WPF exporter”,我发现:

Viewer3ds - 3ds to xaml converter

Viewer3ds is a WPF application that can read 3ds files and convert them into xaml. It is using the Ab3d.Reader3ds library that imports 3ds files at runtime.



这可能正是您所需要的,因为几乎所有 3D 创作应用程序都能够导出为 .3ds 格式。

编辑:

你也可以试试 BlenderXAML Exporter for Blender创建您的 3D Assets 。

关于WPF 3D 模型绘图工具,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/577888/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com