码迷,mamicode.com
首页 > 其他好文 > 详细

MATLAB light material lighting

时间:2014-10-22 12:26:53      阅读:221      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   io   os   ar   sp   2014   

bubuko.com,布布扣

clf;
[X,Y,Z]=sphere(40);
colormap(jet)
subplot(1,2,1),surf(X,Y,Z),axis off square,shading interp
light(‘position‘,[0 -10 1.5],‘style‘,‘infinite‘)

material shiny
subplot(1,2,2),surf(X,Y,Z,-Z),axis off square ,shading flat
light;
lighting flat
light(‘position‘,[-1,-1,-2],‘color‘,‘y‘)
light(‘position‘,[-1,0.5,1],‘style‘,‘local‘,‘color‘,‘w‘)
set(gcf,‘Color‘,‘w‘)

 

MATLAB light material lighting

标签:style   blog   http   color   io   os   ar   sp   2014   

原文地址:http://www.cnblogs.com/wen-z/p/4042501.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!