<div dir="ltr"><div><div><div><div><div><div><div><div><div><div>Greetings,<br><br></div>I've recently acquired a Raspberry Pi 3. To my surprise, the latest raspbian (Jessie) comes with a complete development environment, including gcc (4.9), cmake, and vtk (both vtk5 and vtk6).<br><br></div>I wrote a small program that reads a polydata and display it as a test bed. The pipeline is:<br><br></div>vtkpolydatareader->vtkpolydatamapper->vtkactor<br><br></div>nothing fancy.<br><br></div>However, the rendering is surprisingly SLOW. It looks if the graphics is not hardware accelerated.<br><br></div>My questions are:<br><br></div>1) How do I check if the video (which I assume to be OpenGL) is hardware accelerated?<br></div>2) any suggestion on how to optimize the performance?<br><br></div>My next step is to comple vtk myself to see if it makes any difference.<br><br></div>any help is very much appreciated,<br></div>