// 画面更新周期ごとに、毎秒数十回呼び出される関数 void onUpdate (int renderer) { // Z軸まわりに少しずつ回転 rotModelZ( box, 0.02 ); }