Horde3D

Next-Generation Graphics Engine
It is currently 28.03.2024, 10:21

All times are UTC + 1 hour




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 06.09.2011, 21:32 
Offline

Joined: 09.02.2011, 17:02
Posts: 83
does some one has an idea how can we play a series of animations ?,
for example hans has 5 animations idle, posture1, posture 2 gesture1 and gesture 2 etc etc
i want if i press key 5 my animation 1 should be played and after it is finished posture 1
and after posture 1 is finished posture 2 and after posture 2 gesture 1 and then gesture 2

any idea ?

Thanks in advance


Top
 Profile  
Reply with quote  
PostPosted: 06.09.2011, 21:47 
Offline

Joined: 24.03.2010, 10:17
Posts: 55
Horde provides a low-level animation playback engine with layers, mixing and additive animation blending.
Any higher level functionality must be programmed by your own, probably with a notion of "what is a character" and "which anims are available", and might be rather specific to your engine.
We implemented a higher level animation framework similar to Unity3D's (see http://unity3d.com/support/documentation/ScriptReference/Animation.html) which allows us to play animations in a queue, crossfade them, and so on.
A simple start would be the creation of a "anim component" and keep track of available animations and update their animation times.
I think there is also something similar in the Horde game-engine.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 47 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group