feat (wip): refactor of main func into actual organized classes
This commit is contained in:
7
vtk/src/helperClasses/LGlyphLayer.cpp
Normal file
7
vtk/src/helperClasses/LGlyphLayer.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "LGlyphLayer.h"
|
||||
|
||||
|
||||
LGlyphLayer::LGlyphLayer() {
|
||||
this->ren = vtkSmartPointer<vtkRenderer>::New();
|
||||
this->ren->SetLayer(2);
|
||||
}
|
||||
Reference in New Issue
Block a user