When using the keyboard to turn the movement is very choppy and clearly not interpolated.
Turning with the mouse is unaffected and extremely smooth which makes the lack of interpolation for keyboard even more jarring.
Blood: Keyboard turning is not interpolated
Moderator: Raze 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.
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.
-
- Posts: 42
- Joined: Sat Aug 17, 2019 2:32 am
- Graphics Processor: nVidia with Vulkan support
-
- Posts: 830
- Joined: Sun Jun 16, 2019 9:17 pm
- Graphics Processor: nVidia with Vulkan support
- Location: Gosford NSW, Australia
Re: Blood: Keyboard turning is not interpolated
Does this also happen in NBlood? Probably best to report it upstream and it can be pulled into here as well. That way it's fixed for both projects.
-
- Lead GZDoom+Raze Developer
- Posts: 49183
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Blood: Keyboard turning is not interpolated
No, in NBlood it is fine. I got a version lying around I compiled 2 weeks ago which I quickly checked out, but in the mean time there were no significant changes to the Blood code, certainly nothing input related.
-
- Posts: 830
- Joined: Sun Jun 16, 2019 9:17 pm
- Graphics Processor: nVidia with Vulkan support
- Location: Gosford NSW, Australia
Re: Blood: Keyboard turning is not interpolated
I'll take a look tonight. Probably a merge issue when backporting upstream's implementation of uninterpolated mouse input.
-
- Posts: 830
- Joined: Sun Jun 16, 2019 9:17 pm
- Graphics Processor: nVidia with Vulkan support
- Location: Gosford NSW, Australia
Re: Blood: Keyboard turning is not interpolated
Fixed in PR #70. Basically just a missed cherry pick from upstream that fixed an earlier commit that was cherry picked.
-
- Lead GZDoom+Raze Developer
- Posts: 49183
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Blood: Keyboard turning is not interpolated
Thanks, it's much better now.
-
- Posts: 830
- Joined: Sun Jun 16, 2019 9:17 pm
- Graphics Processor: nVidia with Vulkan support
- Location: Gosford NSW, Australia
Re: Blood: Keyboard turning is not interpolated
No worries, always happy to help where I can . Would rather sort out these little things where I can so you can focus on the backend stuffs.