taiya/gltoolbox

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

  1. Add "clear classes" before calling View3
  2. Replace
    ret = Mesh(verts(:),faces(:),normals(:));
    (line 36 in View3.m)
    by
    ret = javaObject('Mesh',verts(:),faces(:),normals(:));