问题描述
我正在学习如何使用 Panda3d,但不知道如何加载 actor
。在教程中,它说我可以这样做并且它应该运行良好:
self.tempActor = Actor("Models/PandaChan/act_p3d_chan",{"walk" : "Models/PandaChan/a_p3d_chan_run"})
self.tempActor.reparentTo(render)
但它一直给我错误:
OSError: Could not load Actor model Models/PandaChan/act_p3d_chan
我不太确定 actor 有多大用处,但我仍然想知道如何使用它们。
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)