Machmed / jmonkeyengine

Automatically exported from code.google.com/p/jmonkeyengine
0 stars 0 forks source link

jME3 bullet native: CharacterController get blocked by GhostControl #458

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create ghost-constrol and character-controller
2. try to move the character through the ghost-control
3. more info 
(http://jmonkeyengine.org/groups/physics/forum/topic/character-ghost-bullet-nati
ve/)

What is the expected output? What do you see instead?
The character-controller should pass the ghostcontrol but get blocked

Normem once fixed that for jBullet. To fix this for bullet without changing the 
bullet-source I created a native jme3CharacterController that is a copy of the 
current one but fixes the issue. 
In future be have to keep an eye on updates of the normale character-controller 
(if this fix is added)

Original issue reported on code.google.com by thomas.t...@googlemail.com on 26 Jan 2012 at 1:43

Attachments:

GoogleCodeExporter commented 8 years ago
We should really extend the class and override only the two changed methods..

Original comment by normen667 on 26 Jan 2012 at 3:39

GoogleCodeExporter commented 8 years ago
Yes, agree! But one of the methods is a method in an inner-class. So we also 
will have to change the method that actually instantiates that one...won't have 
time to look into this till next week.

Original comment by thomas.t...@googlemail.com on 26 Jan 2012 at 5:28

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by ShadowIs...@gmail.com on 1 Jun 2012 at 10:43