understanding model animation <solved>

Ask about editing graphics, sounds, models, music, etc here!
Shaders (GLSL) and SNDINFO questions also go here!

Moderators: GZDoom Developers, Raze Developers

Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
User avatar
CBM
Posts: 373
Joined: Wed Oct 09, 2019 3:39 am
Graphics Processor: nVidia with Vulkan support
Location: The Shores of Hell

Re: understanding model animation <solved>

Post by CBM »

Cherno wrote:INTERPOLATEDDOUBLEFRAMES means that double frames are handled as one with a tic length equal to the tic lengths of both frames combined, in regards to frame interpolation. It's meant for vanilla Doom monsters who have See states like AABBCCDD.

Code: Select all

AABBCCDD 4
becomes

Code: Select all

ABCD 8
as far as interpolation is concerned (movement and everything else is not affected). Without it, it would appear as if the monster quickly transitions to the next aniomation frame and then freeze a short time before transitioning to the next. With the flag, the transitioning is continuous.
okay, thanks
Post Reply

Return to “Assets (and other stuff)”