浏览代码

Fix Stack Exchange reference name in the FPS tutorial (#3697)

Co-authored-by: Hugo Locurcio <[email protected]>
Secret Panda 5 年之前
父节点
当前提交
c7f36b60a4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/3d/fps_tutorial/part_one.rst

+ 1 - 1
tutorials/3d/fps_tutorial/part_one.rst

@@ -518,7 +518,7 @@ The space in which an object's position is the origin of the universe. Because t
 of the origin can be at ``N`` many locations, the values derived from local space change
 with the position of the origin.
 
-.. note:: This stack overflow question has a much better explanation of world space and local space.
+.. note:: This question from Game Development Stack Exchange has a much better explanation of world space and local space.
 
           https://gamedev.stackexchange.com/questions/65783/what-are-world-space-and-eye-space-in-game-development
           (Local space and eye space are essentially the same thing in this context)