maya的MEL基础教程

时间:2013-04-05 07:48:50
【文件属性】:
文件名称:maya的MEL基础教程
文件大小:124KB
文件格式:PPT
更新时间:2013-04-05 07:48:50
maya ppt 英文版的mel基础教程,ppt格式,案例介绍 // arrayOfSpheres.mel // shows simple nested 'for' loops to create objects for ($i=0; $i<10; $i++) { for ($j=0; $j<10; $j++) { sphere; move -r $i $j 0; } };

网友评论