# bin2obj **Repository Path**: tengge1/bin2obj ## Basic Information - **Project Name**: bin2obj - **Description**: Three.js bin模型转obj模型。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-01-21 - **Last Updated**: 2024-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Bin2Obj Bin转Obj模型。 ```c++ #include "convert.h" int main() { convert("./model/fatong/fatong.json", "./model/fatong/"); return 0; } ``` ## Windows ```bash pacman -S mingw-w64-x86_64-boost pacman -S mingw-w64-x86_64-rapidjson pacman -S mingw-w64-x86_64-libwinpthread-git ```