Nathanv2 / Mult154_Trainvasion

MIT License
0 stars 0 forks source link

[Task]: Make the player first person and make a smooth player rotation #30

Open Nathanv2 opened 7 months ago

Nathanv2 commented 7 months ago

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

image image

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

  1. Start Game
  2. Click the left or right arrow on the trains UI panel
  3. The rotation method in the playercontroller should then be activated making a smooth turn rotation