From 25688c7b4ef567acbbb94632d32c3a14207233d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Schr=C3=B6dter?= <tobias.schroedter@rwth-aachen.de> Date: Wed, 27 Mar 2019 15:18:49 +0100 Subject: [PATCH] Removed not longer supported VTK function calls --- src/ThreadVisualisation.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ThreadVisualisation.cpp b/src/ThreadVisualisation.cpp index fff7e7c..6af1af8 100644 --- a/src/ThreadVisualisation.cpp +++ b/src/ThreadVisualisation.cpp @@ -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); -- GitLab