gpeyre / numerical-tours

Numerical Tours of Signal Processing

Home Page:http://www.numerical-tours.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pymatbridge problem for opengl display

gpeyre opened this issue · comments

Apparently opengl rendering is not working properly with pymatbridge.

For instance, a call to

%%matlab
membrane

is ok. But apparently then it does resort to zbuffer for rendering, so probably non opengl, and using

shading interp

gives weird looking figure. And then calling

light('Position',[0 -2 1])

makes the notebook freeze.

And also, display of large 3d meshes becomes very slow.

I'm out of my depth on this one, I opened this issue.