控製翻板方式的是一個灰度動畫序列圖片。
1、首先,創建一個10*10的cube矩陣。如圖。
2、指定一個統一的貼圖坐標。
創建腳本:
for($index=1;$index<101;$index++)
{
string
$nm="pCube"+$index;
float $v=floor($index/10)*.1+.1;//get v value opposite
to the cube
float $u=floor($index%10/10.0*10)*.1+.01;//get u value
float $sampleV[]=`colorAtPoint -u $u -v $v file1`;get the color info on
specified UV
rotate -a -os ($sampleV[0]*180) 0 0 $nm;//make cube
rotate