directx 9 SetTime 不是成员 c++

发布于 2024-09-30 08:27:36 字数 217 浏览 0 评论 0原文

好的,我找到了一个关于动画网格的教程。当我尝试使用他们的代码时,我在该行 m_pAnimController->SetTime(..).. 上收到错误,它表示 SetTime 不是成员。我认为这是作者犯的错误,但我发现另一个教程使用了相同的格式,如 var->SetTime(..).. 所以我不确定我使用 vb 2010 出了什么问题。
提前致谢

ok i found a tutorial on animated mesh. when im trying t use their code i get an error on this line m_pAnimController->SetTime(..).. it says that SetTime is not member. i thought it was mistake the author made but i found another tutorial used the same format like var->SetTime(..).. so im not sure what is wrong im using vb 2010.
thanks in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我们只是彼此的过ke 2024-10-07 08:27:36

您使用的 DirectX 9 版本肯定比编写您正在使用的示例的人更新。
函数 SetTime() 已更改为 AdvanceTime()。

You are certainly using a newer version of DirectX 9 than the guy who wrote the sample you are using.
The function SetTime() has been changed for AdvanceTime().

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文