Browse Source

Define DCCs during its first use in Introduction to 3D (#5775)

Co-authored-by: Hugo Locurcio <[email protected]>
Gerry 3 years ago
parent
commit
ac7c408b83
1 changed files with 3 additions and 3 deletions
  1. 3 3
      tutorials/3d/introduction_to_3d.rst

+ 3 - 3
tutorials/3d/introduction_to_3d.rst

@@ -40,9 +40,9 @@ scale.
 
 Unlike 2D, where loading image content and drawing is straightforward,
 3D is a little more difficult. The content needs to be created with
-special 3D tools (usually referred to as DCCs) and exported to an
-exchange file format in order to be imported in Godot (3D formats are
-not as standardized as images).
+special 3D tools (usually referred to as Digital Content Creation tools, or
+DCCs) and exported to an exchange file format to be imported in
+Godot. This is required since 3D formats are not as standardized as images.
 
 DCC-created models
 ------------------