Tiny Wave Animation

Started by
6 comments, last by AquaMacker 12 years, 9 months ago
[font="Verdana"]Hello~~~[/font]

[font="Verdana"]I try to run Walk + Wave [/font][font="Verdana"]animation.[/font][font="Verdana"]..[/font]

[font="Verdana"]In the SDK, lacking, nothing...??[/font]

[font="Verdana"]I hard to try...[/font]

[font="Verdana"]I try like this...[/font]
[font="Verdana"]pAC->SetTrackEnable( dwCurrentTrack, TRUE );
pAC->KeyTrackSpeed( dwCurrentTrack, 1.0f, dTimeCurrent, fIdleTransitionTime, D3DXTRANSITION_LINEAR );
pAC->KeyTrackWeight( dwCurrentTrack, 1.0f, dTimeCurrent, fIdleTransitionTime, D3DXTRANSITION_LINEAR );

pAC->SetTrackEnable( dwNewTrack, TRUE );
pAC->KeyTrackSpeed( dwNewTrack, 0.0f, dTimeCurrent, fIdleTransitionTime, D3DXTRANSITION_LINEAR );
pAC->KeyTrackWeight( dwNewTrack, 0.0f, dTimeCurrent, fIdleTransitionTime, D3DXTRANSITION_LINEAR );

Please see include image...
[attachment=4049:Untitled-2 copy.jpg]

This is differences ??

What can I do this?

And Please recommend a book on The X-Files.....
[/font]
Advertisement
Hi.

try the book Advanced animation with directX, By Jim Adams isbn 1-59200-037-1
It will have what you need in there and even loading .X files :cool:
// ankhd
[font="Verdana"]Thanks you so much ^^a[/font]
[font="Verdana"]Have a nice day~~~[/font]biggrin.gif



[font="Verdana"]
But...

This book is too old...

Is it still useful?

Is also contains CD(Source code) ?[/font]

[font="Verdana"]
But...

This book is too old...

Is it still useful?

Is also contains CD(Source code) ?[/font]


it should work.
you are using DirectX9 ?
if not then this might not work.

Never say Never, Because Never comes too soon. - ryan20fun

Disclaimer: Each post of mine is intended as an attempt of helping and/or bringing some meaningfull insight to the topic at hand. Due to my nature, my good intentions will not always be plainly visible. I apologise in advance and assure you I mean no harm and do not intend to insult anyone.

You can also try Character Animation with Direct3D:

http://www.amazon.com/Character-Animation-Direct3D-Carl-Granberg/dp/1584505702
I use dx 10 and up and it works
[font="Verdana"]
Thanks ankhd, gsamour, ryan20fun
I already ordered ^^a
And
I already buyed Character Animation with Direct3D ^^a

Have a nice day [font=arial, verdana, tahoma, sans-serif]biggrin.gif[/font][font=arial, verdana, tahoma, sans-serif]biggrin.gif[/font][font=arial, verdana, tahoma, sans-serif]biggrin.gif[/font][/font]

This topic is closed to new replies.

Advertisement