cdbrauer / VoxelFuse

A toolkit for processing 3D components made with mixtures of materials and multiple manufacturing processes
GNU General Public License v3.0
35 stars 8 forks source link

Better meshing #38

Closed cdbrauer closed 3 years ago

cdbrauer commented 3 years ago

This branch improves the output of mesh generation, and adds two new meshing algorithms. It also adds several functions for basic manipulation of mesh data, including copying, scaling, translation, simplification, and color changing.

In addition, 3D viewer code has been integrated into the VoxelModel and Mesh classes, and the Plot class has been deprecated.