# RenderdocResourceExporter **Repository Path**: ori-1996/RenderdocResourceExporter ## Basic Information - **Project Name**: RenderdocResourceExporter - **Description**: No description available - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-30 - **Last Updated**: 2025-04-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://user-images.githubusercontent.com/12709491/193525642-72e231b9-88b4-4d16-92ec-5802e83208d6.png) ![image](https://user-images.githubusercontent.com/12709491/193525544-19983e33-db7e-49ed-92c7-859f43e95e1e.png) use: ![image](https://user-images.githubusercontent.com/12709491/193525856-08ad94b6-b19d-4ad1-a755-ee563e0e3b78.png) --- 主要功能是导出renderdoc捕获的mesh。 因为我不想先导出csv,然后到别的软件中去转换成fbx。 所以我写了这个东西。 c++代码修改自 https://github.com/chineseoldghost/csv2fbx 安装,使用见上图