Переглянути джерело

Mention that Godot uses Mikktspace in List of features

This is also mentioned in Importing scenes, but it makes sense
to mention it in List of features as this is an expected feature of
most 3D engines nowadays.
Hugo Locurcio 3 роки тому
батько
коміт
cc0d7fa0a9

+ 3 - 0
about/list_of_features.rst

@@ -396,6 +396,9 @@ Import
    - Collada (.dae).
    - Wavefront OBJ (static scenes only, can be loaded directly as a mesh).
 
+- 3D meshes use `Mikktspace <http://www.mikktspace.com/>`__ to generate tangents
+  on import, which ensures consistency with other 3D applications such as Blender.
+
 Input
 ^^^^^
 

+ 2 - 2
getting_started/workflow/assets/importing_scenes.rst

@@ -261,8 +261,8 @@ Ensure Tangents
 
 If textures with normal mapping are to be used, meshes need to have tangent arrays.
 This option ensures that these are generated if not present in the source scene.
-Godot uses Mikktspace for this, but it's always better to have them generated in
-the exporter.
+Godot uses `Mikktspace <http://www.mikktspace.com/>`__ for this,
+but it's always better to have them generated in the exporter.
 
 Storage
 ^^^^^^^