Skip to content

Commit

Permalink
Merge pull request #7440 from aaronfranke/fix-3d-asset-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mhilbrunner committed Aug 1, 2023
1 parent 8d61871 commit 8c370d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/assets_pipeline/importing_scenes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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,
so that characters and other assets are facing the camera by default.
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),
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.
Expand Down

0 comments on commit 8c370d7

Please sign in to comment.