// 画面更新周期ごとに、毎秒数十回呼び出される関数 void onUpdate (int renderer) { // X軸方向に少しずつ移動 moveModel( sphere, 0.02, 0.0, 0.0 ); }