8 lines
135 B
C++
8 lines
135 B
C++
#include "LGlyphLayer.h"
|
|
|
|
|
|
LGlyphLayer::LGlyphLayer() {
|
|
this->ren = vtkSmartPointer<vtkRenderer>::New();
|
|
this->ren->SetLayer(2);
|
|
}
|