Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは、体の位置を変えずに体の回転を設定したいです。体の機能に出会いました。
body.getTransform().setRotation();
しかし、この機能は機能していないようです。
私は何か間違ったことをしていますか?私は私がそれを行うことができることを知っています
body.setTransform(x, y, angle);
しかし、その位置も通過する必要があり、それをしたくありません。
体の角度だけを変える方法はありますか?
それらを変更したくない場合は、既存の位置と角度を setTransform に渡すことができます。たとえば、これは効果がありません。
body->SetTransform( body->GetTransform(), body->GetAngle() );