A_SetTics disables model interpolation

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Post Reply
User avatar
TDRR
Posts: 815
Joined: Sun Mar 11, 2018 4:15 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Debian 12/ Manjaro
Graphics Processor: nVidia with Vulkan support
Location: Venezuela

A_SetTics disables model interpolation

Post by TDRR »

Mostly what it says on the tin. Using A_SetTics to set the duration of a frame, disables model interpolation completely until the frame is over.

I've also posted this over on GitHub, but put here at someone else's suggestion (I guess this is checked more often?): https://github.com/coelckers/gzdoom/issues/1568
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49071
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: A_SetTics disables model interpolation

Post by Graf Zahl »

Sorry, but this cannot work. The model interpolation code operates on the static tics from the actor as it needs to do this outside the active state and won't have knowledge of the custom value you set.
Post Reply

Return to “Closed Bugs [GZDoom]”