|
@@ -1,9 +1,9 @@
|
|
|
# First person camera
|
|
# First person camera
|
|
|
|
|
|
|
|
## Explanation
|
|
## Explanation
|
|
|
-This C# Intermediate tutorial covers the implementation of first person camera. You learn about mouse movement and how to convert that in to a 3d rotation. We setup camera angle limitsand finally we apply movement to a first person character controller.
|
|
|
|
|
|
|
+This C# Intermediate tutorial covers the implementation of first person camera. You learn about mouse movement and how to convert that in to a 3d rotation. We setup camera angle limits and finally we apply movement to a first person character controller.
|
|
|
|
|
|
|
|
-<iframe width="560" height="315" src="https://www.youtube.com/embed/.." frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
|
|
|
|
|
+<iframe width="560" height="315" src="https://www.youtube.com/embed/MSFXydzbtuE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
|
|
|
|
|
|
|
|
|
|
|
## Code
|
|
## Code
|