一、简介
二、实现代码
//VCG
#include <vcg/complex/algorithms/create/platonic.h>
#include <wrap/io_trimesh/import.h>
#include <wrap/io_trimesh/export.h>
#include <vcg/complex/complex.h>
//自定义
#include "mesh_type.h"
using namespace vcg;
using namespace std;
typedef float Scalarm;
int main() {
//---------------------------读取数据------------------------
std::string fileName0 = R"(D:\ComputerLanguage\C+&#