我试过rajawalivuforia。我想添加一个 obj 文件以在我的标记上呈现。这是我的代码:
LoaderOBJ objParser = new LoaderOBJ(mContext.getResources(), mTextureManager, R.raw.apple_obj);
objParser.parse();
mApple = objParser.getParsedObject();
addChild(mApple);
添加此代码后,该应用程序崩溃了。这段代码有什么问题吗?请帮忙!谢谢。