Skip to main content
GameDev.net gamedev.net
🔒 Locked

Animation blending

Started by -Tau- May 18, 2013 at 5:31 PM 0 replies 1.1k views
Original Post
-Tau-
-Tau-

Hi everyone,

I have model of a 1-persone submarine with 3 animations. ATM i'm working only with 2 of them: first for back elevator up/down turning and second for side turbine up/down turning. (they are independent)

I'm trying to blend animations with ID3DXAnimationController-s SetTrackPriority, SetTrackEnable and SetTrackWeight. When i have only one enabled it plays correctly, but when i try to blend them, they run only to middle. If i try to play them with double speed they still run only to middle but 2-times. I tried to set SetTrackWeight for both to 0.5 and then both to 1.0 but it didn't work.

Is it possible to blend such animations with ID3DXAnimationController or are there different ways?

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.