• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Main repository of MikuMikuStudio


コミットメタ情報

リビジョンd87650c317f0c6c8c5516610867b8fe963e1f05d (tree)
日時2013-03-05 03:44:36
作者normen667 <normen667@75d0...>
コミッターnormen667

ログメッセージ

but anyway, there you go

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@10461 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

変更サマリ

差分

--- a/engine/src/bullet-common/com/jme3/bullet/debug/BulletGhostObjectDebugControl.java
+++ b/engine/src/bullet-common/com/jme3/bullet/debug/BulletGhostObjectDebugControl.java
@@ -84,7 +84,7 @@ public class BulletGhostObjectDebugControl extends AbstractPhysicsDebugControl {
8484 geom.setMaterial(debugAppState.DEBUG_YELLOW);
8585 node.attachChild(geom);
8686 }
87- applyPhysicsTransform(body.getPhysicsLocation(location), Quaternion.IDENTITY);
87+ applyPhysicsTransform(body.getPhysicsLocation(location), body.getPhysicsRotation(rotation));
8888 geom.setLocalScale(body.getCollisionShape().getScale());
8989 }
9090