# meshoptim **Repository Path**: Uncle-Justice/meshoptim ## Basic Information - **Project Name**: meshoptim - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-27 - **Last Updated**: 2020-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ```SHELL ## 启动docker与主机显示接口的连接 xhost + ## 将VoxelFusion生成的ply文件转移到$WORK_DIR ## 将MeshOptim.sh中的PLYNAME改为相应ply文件的名称 wget https://gitee.com/Uncle-Justice/meshoptim/raw/master/MeshOptim.sh ## 运行docker sudo docker run -v /tmp/.X11-unix:/tmp/.X11-unix -v $WORK_DIR:/tmp -e DISPLAY=unix$DISPLAY -e GDK_SCALE -e GDK_DPI_SCALE --rm -u root 873292889/meshoptim sh /tmp/MeshOptim.sh ```