[vtkusers] vtk6.1/vtkChartXYZ mixing with 3D and OpenGL errors

ACU vtk at a-cunningham.com
Wed Jul 23 22:02:06 EDT 2014


Further on this issue. The fix is make sure the Pop/Push is balanced
correctly. tickSpacing==-1 is not actually an error condition.

   if (tickSpacing == -1)
      {
      context->PushMatrix();
      continue;
      }





--
View this message in context: http://vtk.1045678.n5.nabble.com/vtk6-1-vtkChartXYZ-mixing-with-3D-and-OpenGL-errors-tp5727951p5727953.html
Sent from the VTK - Users mailing list archive at Nabble.com.


More information about the vtkusers mailing list