+ view provider for scattered and organized point clouds

This commit is contained in:
wmayer
2016-02-21 13:52:17 +01:00
parent 7bdecf9b38
commit 24e4e08be5
6 changed files with 271 additions and 79 deletions

View File

@@ -88,6 +88,7 @@ PyMODINIT_FUNC initPointsGui()
CreatePointsCommands();
PointsGui::ViewProviderPoints ::init();
PointsGui::ViewProviderScattered ::init();
PointsGui::ViewProviderOrganized ::init();
PointsGui::ViewProviderPython ::init();
PointsGui::Workbench ::init();