Hello Collision - tutorial feedback

Convert the .scene file to j3o.

Did that, still the same, asset manager throws an e “AssetNotFoundException”



Driving me mad now, hehe.

I can convert and load the mdoel just fine. Did you change the path in code after conversion? You can tell that you did it right when it works :wink:

Bingo, thanks for your help.

I’m not new to programming, but new to Java and the environment.

Any one else having the same issues change the asset manager line to:



sceneModel = assetManager.loadModel(“Scenes/main.j3o”);

or where ever your converted j3o file is.



66 FPS on the S2, nice :slight_smile:

Should this be updated to use BetterCharacterControl?
I was just trying to implement this in my code and it says CharacterControl is deprecated.

CharacterControl will stay as its implemented directly in bullet. The deprecation mark is more or less just a strong hint at the existance of BCC.