Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 857 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 857 Bytes

RenderdocResourceExporter

The main feature is to export renderdoc captured mesh. Because I don't want to export csv and then convert it to fbx in other software. So I wrote this thing.

C++ code modified from https://github.com/chineseoldghost/csv2fbx

install:

image image

use:

image


主要功能是导出renderdoc捕获的mesh。 因为我不想先导出csv,然后到别的软件中去转换成fbx。 所以我写了这个东西。

c++代码修改自 https://github.com/chineseoldghost/csv2fbx

安装,使用见上图