feat (wip): refactor of main func into actual organized classes

This commit is contained in:
2024-04-25 21:15:07 +02:00
parent 6dcb8c5385
commit 1c8813de4e
12 changed files with 275 additions and 87 deletions

View File

@@ -0,0 +1,7 @@
#include "LGlyphLayer.h"
LGlyphLayer::LGlyphLayer() {
this->ren = vtkSmartPointer<vtkRenderer>::New();
this->ren->SetLayer(2);
}