RecursionSheep / MeshSimplification

Implementation of the paper "Surface Simplification Using Quadric Error Metrics"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MeshSimplification

Project 2 (implementation of the paper Surface Simplification Using Quadric Error Metrics) of the course Computer Graphics, 2019 Spring, Tsinghua University.

Usage

Use g++ -o mesh_simp mesh_simp.cpp -std=c++11 -O3 to compile the code.

Use mesh_simp <input_model> <output_model> <simp rate> <dist threshold> to run.

Results

avatar

avatar

avatar

About

Implementation of the paper "Surface Simplification Using Quadric Error Metrics"


Languages

Language:C++ 100.0%