# auto uv unmapping **Repository Path**: ocean1100/auto-uv-unmapping ## Basic Information - **Project Name**: auto uv unmapping - **Description**: uv unmapping automatically - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2020-03-03 - **Last Updated**: 2023-07-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Parameterization auto mapping for triangle mesh This repo provides several algorithms for automatic UV mapping of triangular meshes, inlcuding box mapping and auto flatten mapping. The two methods gives similar UV mapping results to that of 3ds MAX. The data structure for mesh processing is borrowed from blender. #Run The source code is tesed on Windows for VS 2012. No third party libary is needed.