When i try to import an Obj model and cast it to a node, the game always crashes. But when i look at other examples of code they simply import .j3o models and cast:
myModel = (Node) myAssetManager.loadModel(“Models/Fletcher/Sailboat.j3o”);
and it works fine. Im a bit confused