This commit is contained in:
parent
489727663c
commit
bc9b0f9070
|
|
@ -75,9 +75,6 @@ void MainWindow::setupTechniques() {
|
||||||
|
|
||||||
program->setActiveTechnique(COLGLYPH);
|
program->setActiveTechnique(COLGLYPH);
|
||||||
|
|
||||||
// TODO: implement feature to call this function on widget
|
|
||||||
// l->spoofPoints();
|
|
||||||
|
|
||||||
// Setup timer
|
// Setup timer
|
||||||
auto intr = program->getInteractor();
|
auto intr = program->getInteractor();
|
||||||
this->timer = vtkSmartPointer<TimerCallbackCommand>::New(program);
|
this->timer = vtkSmartPointer<TimerCallbackCommand>::New(program);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue