Skip to content
Snippets Groups Projects
Commit 25688c7b authored by Tobias Schrödter's avatar Tobias Schrödter
Browse files

Removed not longer supported VTK function calls

parent e3d6a5c8
No related branches found
No related tags found
No related merge requests found
......@@ -534,8 +534,6 @@ void ThreadVisualisation::initGlyphs2D()
VTK_CREATE(vtkPolyDataMapper, mapper);
mapper->SetInputConnection(extern_glyphs_pedestrians->GetOutputPort());
//improve the performance
mapper->GlobalImmediateModeRenderingOn();
VTK_CREATE(vtkLookupTable, lut);
lut->SetHueRange(0.0,0.470);
......@@ -637,7 +635,6 @@ void ThreadVisualisation::initGlyphs3D()
VTK_CREATE(vtkPolyDataMapper, mapper);
mapper->SetInputConnection(extern_glyphs_pedestrians_3D->GetOutputPort());
mapper->GlobalImmediateModeRenderingOn();
VTK_CREATE(vtkLookupTable, lut);
lut->SetHueRange(0.0,0.470);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment