3DCoat
3D-COAT 4.9.xx
3DCoat is the one application that has all the tools you need to take your 3D idea from a block of digital clay all the way to a production ready, fully textured organic or hard surface model.
|
#include <Quadrangulation.h>
Public Member Functions | |
void | SetSourceMesh (comms::cMeshContainer &mc) |
Inputs for the quadrangulation. More... | |
comms::cMeshContainer * | Quadrangulate () |
Output, returns the qadrangulated mesh. More... | |
The general interface to quadrangulate any acceptable mesh. You pass parameters and the mesh and get the quadrangulated mesh
comms::cMeshContainer * QuadrangulationParams::Quadrangulate | ( | ) |
Output, returns the qadrangulated mesh.
attempt to autodetect symmetry
References VolumeCell::Attr, VolumeObject::Cells, comms::cMeshContainer::DrawDbg(), comms::cMeshContainer::GetNormals(), comms::cMeshContainer::GetPosition(), and VolumeCellAttrib::Verts.
Referenced by QuadragulationTask::perform().
void QuadrangulationParams::SetSourceMesh | ( | comms::cMeshContainer & | mc | ) |
Inputs for the quadrangulation.
Referenced by QuadragulationTask::perform().