Search found 1 match

by celineputsch
Mon Mar 26, 2012 2:26 pm
Forum: CCLib
Topic: CCLib::PointProjectionTools::computeTriangulation
Replies: 1
Views: 14894

CCLib::PointProjectionTools::computeTriangulation

Hi, I want to create a new plugin for CloudCompare. In this plugin, I would like to start with creating the triangulation of selectionned pointclouds. So I try to re-use the "MainWindow::doActionComputeMesh(CC_TRIANGULATION_TYPES type)" code. Here is my code for the plugin.cpp: int qPlugin...