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

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
This commit is contained in:
Gerry
2022-04-25 23:04:10 +01:00
committed by Hugo Locurcio
parent 024c224fdd
commit 306a0bf32b

View File

@@ -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
------------------