0000162: World model animation interpolation doesn't seem to

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
Nash
 
 
Posts: 17434
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

0000162: World model animation interpolation doesn't seem to

Post by Nash »

https://mantis.zdoom.org/view.php?id=162

Code: Select all

Summary	0000162: World model animation interpolation doesn't seem to be working
Description	Sending a private link to Graf Zahl's forum PM inbox.

The character's animation seems to not be interpolated at all, regardless of the gl_interpolate_model_frames setting.
Steps To Reproduce	Just run the example PK3, go to MAP01 and look at the character
User avatar
Major Cooke
Posts: 8170
Joined: Sun Jan 28, 2007 3:55 pm
Preferred Pronouns: He/Him
Location: QZDoom Maintenance Team

Re: 0000162: World model animation interpolation doesn't see

Post by Major Cooke »

Did you try INTERPOLATEANGLES?
User avatar
Nash
 
 
Posts: 17434
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: 0000162: World model animation interpolation doesn't see

Post by Nash »

This has nothing to do with angles. I'm talking about animation AKA states. That's what gl_interpolate_model_frames is supposed to control.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49056
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: 0000162: World model animation interpolation doesn't see

Post by Graf Zahl »

This is because you used the placeholder sprite name ####. Unfortunately the model code was written with no awareness of that feature and cannot easily be refactored because the risk of regressions is too high.

You should also avoid 0-duration dispatcher states when interpolating models, because models solely interpolate between states without any knowledge of the calling actor, so these states can cause glitches.
Post Reply

Return to “Closed Bugs [GZDoom]”