Processing3.0.2で作ったサンプルを乗せるぼうきょにでてみます。 void setup(){ size(800,600,P3D); } void draw(){ background(0); translate(400,300); rotateY(frameCount); rotateZ(frameCount/2); for (int i=0;i<20;i++){ fill(color((int)random(255),(int)random(255),(int)random(255))); translate(15,0,0); box(10,10,10); } } Pythonはきっと隊長さんが詳しいはず。モンティなら博士が詳しいはず。