directx 9 SetTime 不是成员 c++
好的,我找到了一个关于动画网格的教程。当我尝试使用他们的代码时,我在该行 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您使用的 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().