Browse Source

Merge pull request #7440 from aaronfranke/fix-3d-asset-dir

Max Hilbrunner 2 years ago
parent
commit
7afa05e987
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/assets_pipeline/importing_scenes.rst

+ 1 - 1
tutorials/assets_pipeline/importing_scenes.rst

@@ -39,7 +39,7 @@ that +Z is back, +X is right, and -X is left for a camera.
 The convention for 3D assets is to face the opposite direction as the camera,
 The convention for 3D assets is to face the opposite direction as the camera,
 so that characters and other assets are facing the camera by default.
 so that characters and other assets are facing the camera by default.
 This convention is extremely common in 3D modeling applications, and is
 This convention is extremely common in 3D modeling applications, and is
-`codified in glTF as part of the glTF 2.0 specification <https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html#coordinate-system-and-units>`.
+`codified in glTF as part of the glTF 2.0 specification <https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html#coordinate-system-and-units>`__.
 This means that for oriented 3D assets (such as characters),
 This means that for oriented 3D assets (such as characters),
 the +Z axis is the direction of the front, so -Z is the rear,
 the +Z axis is the direction of the front, so -Z is the rear,
 +X is the left side, and -X is the right side for a 3D asset.
 +X is the left side, and -X is the right side for a 3D asset.