[vtk-developers] rendering error

joris datkenwel at hotmail.com
Fri Jun 13 10:50:17 EDT 2014


int RenderTranslucentPolygonalGeometry(vtkViewport* viewport){    int count = 0;     if (m_pcActor->GetVisibility())    {             if(viewport != NULL)             {                    count = m_pcActor->RenderTranslucentPolygonalGeometry(viewport);             }    }      return count;}    Hi, When i execute the above code I get this error: error:Access violation reading location ........... Does anybody know how to solve this? Thanks! 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtk-developers/attachments/20140613/ab151f7a/attachment.html>


More information about the vtk-developers mailing list