📄 plot_mesh.m
字号:
function plot_mesh(vertex,face,options)
% plot_mesh - plot a 3D mesh.
%
% plot_mesh(vertex,face, options);
%
% 'options' is a structure that may contains:
% - 'normal' : a (nvertx x 3) array specifying the normals at each vertex.
% - 'edge_color' : a float specifying the color of the edges.
% - 'face_color' : a float specifying the color of the faces.
% - 'face_vertex_color' : a color per vertex or face.
% - 'vertex'
%
% See also: mesh_previewer.
%
% Copyright (c) 2004 Gabriel Peyr
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -