首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网络游戏 >

D3DXCreateKeyframedAnimationSet函数参数有关问题

2012-04-10 
D3DXCreateKeyframedAnimationSet函数参数问题。C/C++ codeHRESULTD3DXCreateKeyframedAnimationSet(__inLP

D3DXCreateKeyframedAnimationSet函数参数问题。

C/C++ code
HRESULT  D3DXCreateKeyframedAnimationSet(  __in   LPCSTR pName,  __in   DOUBLE TicksPerSecond,  __in   D3DXPLAYBACK_TYPE Playback,  __in   UINT NumAnimations,  __in   UINT NumCallbackKeys,  __in   const LPD3DXKEY_CALLBACK *pCallKeys,  __out  LPD3DXKEYFRAMEDANIMATIONSET *ppAnimationSet);


TicksPerSecond这个是什么意思??

[解决办法]
TicksPerSecond 一秒钟播放多少个关键帧

热点排行