Skip to content

Commit

Permalink
matlab version issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kalo-ai committed Feb 6, 2016
1 parent d7b8400 commit 5cd9abb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/plotMesh.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
axis equal;
axis off;
view(az,el);
camlight;
camlight('HEADLIGHT');
elseif strcmpi(style, 'solidphong')
mesh = normals(mesh);
h = trimesh(mesh.F', mesh.V(1,:)', mesh.V(2,:)' ,mesh.V(3,:)', 'FaceColor', 'w', 'EdgeColor', 'none', ...
Expand All @@ -31,7 +31,7 @@
axis equal;
axis off;
view(az,el);
camlight;
camlight('HEADLIGHT');
elseif strcmpi(style, 'soliddoublesided')
mesh = normals(mesh);
lx = cos(az) * cos(el);
Expand Down

0 comments on commit 5cd9abb

Please sign in to comment.