通过DirectXTK,将.obj,.fbx,.dae,等常见三维格式,转换为.cmo格式

(1)下载DirectXTK项目:https://github.com/microsoft/DirectXTK
(2)VS 打开该项目,右键项目,生成依赖性-自定义

(3)勾选MeshContentTask(.targets,.props)

(4)右键项目,添加现有项目

(5)添加.obj,或者.dae,或者.fbx
(6)右键添加的文件,选择属性

项类型,选择“Mesh Content Pipeline"
(7)右键,”编译“
(8)会在\DirectXTK-main\Bin\Desktop_2022\Win32\Debug\中,找到编译完成的相应的.cmo文件

posted @ 2022-12-05 16:06  JohnYang819  阅读(131)  评论(0编辑  收藏  举报