CharacterControl help?

why the character control is like this?

Did you hover over it? Do you know how to use javadoc?

Your java learning will go much better if you learn these things.

Also, if you look on the latest javadoc for the latest 3.1+ source code then you will see that it’s not deprecated anymore.

Small tip: it’s deprecated. Use … instead.

What should you use instead? You’ll have to find out.

Other small tip: wiki and javadoc. Links on the top.

To stop all those mysteries, use BetterCharacterControl

http://javadoc.jmonkeyengine.org/com/jme3/bullet/control/BetterCharacterControl.html

1 Like

CharacterControl and BetterCharacterControl fit two different needs…which is why the deprecation was removed in 3.1 beta 1.

2 Likes

Hint: the latter should be renamed PhysicsCharacterControl (or BulletCharacterControl).