SFML community forums
Help => Graphics => Topic started by: Milerius on January 16, 2018, 10:38:36 pm
-
Hello, i'm trying to do a zoom in effect with sfMovie movie playing in background using this snippet of code :
(https://image.ibb.co/jMnzxR/Screenshot_at_2018_01_16_22_32_56.png)
But this is in a gameLoop, and it's very fast (60fps), the minimal factor is 0.99f, any idea to getting the zoom slower and still looking smooth ?
-
the minimal factor is 0.99f
Why?
-
I'm really sorry i just tried 0.9999f, and it's just work as intended, 0.99f was to low factor