Skip to content

Commit db77f39

Browse files
authored
Update meshdemo.m
1 parent bc7819e commit db77f39

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

meshdemo.m

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,11 @@ function meshdemo(varargin)
9393
'vertices',mesh.point.coord(:,1:3), ...
9494
'facevertexcdata',zlev(zlev<=0.,:), ...
9595
'facecolor','flat','edgecolor',[.2,.2,.2], ...
96-
'facelighting','flat','edgelighting','none', ...
9796
'linewidth',.75);
9897
axis image off; hold on;
9998
patch('faces',mesh.tria3.index(zlev> 0,1:3), ...
10099
'vertices',mesh.point.coord(:,1:3), ...
101100
'facecolor','w','edgecolor','none', ...
102-
'facelighting','flat','edgelighting','none', ...
103101
'linewidth',.75);
104102
set(gcf,'color','w','units','normalized', ...
105103
'position',[.1,.1,.8,.8]);
@@ -172,13 +170,11 @@ function meshdemo(varargin)
172170
'vertices',mesh.point.coord(:,1:3), ...
173171
'facevertexcdata',zlev(zlev<=0.,:), ...
174172
'facecolor','flat','edgecolor',[.2,.2,.2], ...
175-
'facelighting','flat','edgelighting','none', ...
176173
'linewidth',.75);
177174
axis image off; hold on;
178175
patch('faces',mesh.tria3.index(zlev> 0,1:3), ...
179176
'vertices',mesh.point.coord(:,1:3), ...
180177
'facecolor','w','edgecolor','none', ...
181-
'facelighting','flat','edgelighting','none', ...
182178
'linewidth',.75);
183179
set(gcf,'color','w','units','normalized', ...
184180
'position',[.1,.1,.8,.8]);

0 commit comments

Comments
 (0)