WEAPON.NOINTERPOLATION
Moderator: GZDoom Developers
- NeuralStunner
-
- Posts: 12328
- Joined: Tue Jul 21, 2009 12:04 pm
- Preferred Pronouns: No Preference
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia with Vulkan support
- Location: capital N, capital S, no space
- Contact:
WEAPON.NOINTERPOLATION
A weapon flag to disable all offset/bob interpolation for the weapon. Yes, some animations are made with the lack of interpolation in mind, and look bogus when subjected to it. (For things like Hexen's Bloodscourge, it makes the "jumpiness" of the animation even more noticeable.)
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49231
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: WEAPON.NOINTERPOLATION
Before such a flag is considered, there first needs to be a smarter detection logic to decide whether something needs to be interpolated or not.