I will be working on switching the player from third person to first person, so that the player will get the feel of actually being in the game. I will also make the player have a smooth rotation when turning left or right.
Visualization
What is needed to implement the task?
Main Camera: I will move the main camera in front of the player to make it look like first person.
PlayerController Script: I will add a rotation method with maybe a rotation speed that will make the player turn smoothly to the left or right if the player clicks on the left or right arrow.
What is the biggest risk it will not get done?
The biggest risk will be knowing how to make a turn rotation method.
Test case
Start Game
Click the left or right arrow on the trains UI panel
The rotation method in the playercontroller should then be activated making a smooth turn rotation
Rubric Criteria
Overview
I will be working on switching the player from third person to first person, so that the player will get the feel of actually being in the game. I will also make the player have a smooth rotation when turning left or right.
Visualization
What is needed to implement the task?
Main Camera: I will move the main camera in front of the player to make it look like first person.
PlayerController Script: I will add a rotation method with maybe a rotation speed that will make the player turn smoothly to the left or right if the player clicks on the left or right arrow.
What is the biggest risk it will not get done?
The biggest risk will be knowing how to make a turn rotation method.
Test case