@phpforthewin f refers to a float value. If you just left it 0.05; it would be a double value. Since we are using a float variable, we need to either cast 0.05, or put an f after 0.05f.
Just know that you are appreciated man, I just started with programming period and you are really clearing the maze, If theres anything you left out cause I'm learning from all your vids but if theres something you think you skipped for advance sake please go back cause you are my tutor.
Before you go into finalizing the video game, if you could please go back over user input and movement. I tried to learn from your paddle game tuts and i just could not get it. If you would do that it would be greatly appreciated!
Just wondering, after the values, why do you need an 'f', like deltaRotation = 0.05f;
phpforthewin 1 year ago
@phpforthewin f refers to a float value. If you just left it 0.05; it would be a double value. Since we are using a float variable, we need to either cast 0.05, or put an f after 0.05f.
Whiplashx86 1 year ago
Just know that you are appreciated man, I just started with programming period and you are really clearing the maze, If theres anything you left out cause I'm learning from all your vids but if theres something you think you skipped for advance sake please go back cause you are my tutor.
FaJuube 2 years ago
dude u are probably the most helpful person on youtube. thanks a lot. im subscribing
austin81994 2 years ago
Another great tutorial, thank you...
MrJohn910 2 years ago
Sure, I will add that to the Advanced Techniques Series
Whiplashx86 2 years ago
Before you go into finalizing the video game, if you could please go back over user input and movement. I tried to learn from your paddle game tuts and i just could not get it. If you would do that it would be greatly appreciated!
kaikarden 2 years ago