Copyright (C) 2011, ATR All Rights Reserved. License : New BSD License(see VBMEG_LICENSE.txt)
0001 function vb_plot_head_V(V,F,cmode) 0002 % 0003 % Copyright (C) 2011, ATR All Rights Reserved. 0004 % License : New BSD License(see VBMEG_LICENSE.txt) 0005 0006 patch('Vertices',V,'Faces',F,'FaceLighting','phong',... 0007 'FaceColor',[0.9 0.9 0.9],'EdgeColor','none'); 0008 0009