xroix / MCBE-Win10-FOV-Changer

Ever wanted to zoom in in MCBE Win10?
GNU General Public License v3.0
55 stars 10 forks source link

[ENHANCEMENT] Smooth Fov #119

Closed Ethan-Ka closed 3 years ago

Ethan-Ka commented 3 years ago

Smooth Fov?

somthing like

original-fov = 100
zoom-fov=30
current-fov = 100
def smooth-fov(): 

    while current-fov > zoom-fov: 
        current-fov -= 1
        # apply

idk if this works, my python is a little rusty. I use the FOV Changer everyday and I love it. Thanks.

xroix commented 3 years ago

My private version (that now uses dll injection, thus c++) has already implemented it.
But thanks for idea and feedback! 👍

Ethan-Ka commented 3 years ago

oh. well....ok.