瀏覽代碼

first person tutorial

Aggror Desktop 3 年之前
父節點
當前提交
c15b6d9c4a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      en/tutorials/csharpintermediate/first-person-camera.md

+ 2 - 2
en/tutorials/csharpintermediate/first-person-camera.md

@@ -1,9 +1,9 @@
 # First person camera
 
 ## 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