RenderdocResourceExporter icon indicating copy to clipboard operation
RenderdocResourceExporter copied to clipboard

The main feature is to export mesh.Because I don't want to switch between other software to do this.So I wrote this thing.

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

安装,使用见上图