mirror of https://github.com/CGAL/cgal
update for Three framework
This commit is contained in:
parent
f324340628
commit
8c30832247
|
|
@ -1,10 +1,10 @@
|
|||
#include <QtCore/qglobal.h>
|
||||
|
||||
#include "Scene_polyhedron_item.h"
|
||||
#include "Scene_interface.h"
|
||||
#include <CGAL/Three/Scene_interface.h>
|
||||
#include "Polyhedron_type.h"
|
||||
#include "Polyhedron_demo_plugin_interface.h"
|
||||
#include "Polyhedron_demo_plugin_helper.h"
|
||||
#include <CGAL/Three/Polyhedron_demo_plugin_interface.h>
|
||||
#include <CGAL/Three/Polyhedron_demo_plugin_helper.h>
|
||||
#include "Messages_interface.h"
|
||||
#include <CGAL/gl.h>
|
||||
|
||||
|
|
@ -15,12 +15,13 @@
|
|||
#include <CGAL/Polygon_mesh_processing/repair.h>
|
||||
#include <CGAL/boost/graph/graph_traits_Polyhedron_3.h>
|
||||
|
||||
using namespace CGAL::Three;
|
||||
class Polyhedron_demo_repair_polyhedron_plugin :
|
||||
public QObject,
|
||||
public Polyhedron_demo_plugin_helper
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_INTERFACES(Polyhedron_demo_plugin_interface)
|
||||
Q_INTERFACES(CGAL::Three::Polyhedron_demo_plugin_interface)
|
||||
Q_PLUGIN_METADATA(IID "com.geometryfactory.PolyhedronDemo.PluginInterface/1.0")
|
||||
|
||||
public:
|
||||
|
|
|
|||
Loading…
Reference in New Issue