In Windows, "An error occurred while trying to determine whether "Mesh" is a function name" in View3.m
anastasia-tkach opened this issue · 0 comments
anastasia-tkach commented
- Add "clear classes" before calling View3
- Replace
ret = Mesh(verts(:),faces(:),normals(:));
(line 36 in View3.m)
by
ret = javaObject('Mesh',verts(:),faces(:),normals(:));