Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经成功测试了GitHub 上给出的 ARToolkit 示例 我尝试更改数据中的模型,但它仍然显示两个汽车对象。它是否可以具有示例中给出的自定义 3D 对象和图像目标?
模型通过 Model1File 变量加载。
const char *model1file = "Data/models/Ferrari_Modena_Spider.obj";
你改变了这个模型吗?你有一个有效的模型来改变它吗?您是否清理并重建了代码?