0

opengles GLkit で画像を回転させ、GLkit で元の位置に戻す必要があります。

rotation += 5;
_modelViewMatrix = GLKMatrix4Rotate( _modelViewMatrix, GLKMathDegreesToRadians(5), 1, 0, 0);
_modelViewMatrix = GLKMatrix4Rotate( _modelViewMatrix, GLKMathDegreesToRadians(rotation), 1,0,0);

x軸で一定量移動し、開始位置から元の位置に戻す必要があります。どうすればいいですか?

4

0 に答える 0