From 01422463b65b3497ccf657f98f93060feb35f987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matja=C5=BE=20Lamut?= Date: Sat, 12 Nov 2022 21:51:53 +0000 Subject: [PATCH] Fix the wrong name of the specular texture in the document that shows how to export a model from Blender to OpenMW --- .../custom-models/pipeline-blender-collada-static-models.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/reference/modding/custom-models/pipeline-blender-collada-static-models.rst b/docs/source/reference/modding/custom-models/pipeline-blender-collada-static-models.rst index 667c48a7d4..8d598f10cb 100644 --- a/docs/source/reference/modding/custom-models/pipeline-blender-collada-static-models.rst +++ b/docs/source/reference/modding/custom-models/pipeline-blender-collada-static-models.rst @@ -32,7 +32,7 @@ the tutorial is not clear on any particular thing. * ``data/meshes/the_barrel.dae`` – exported model * ``data/textures/the_barrel.dds`` – diffuse texture * ``data/textures/the_barrel_n.dds`` – normal map -* ``data/textures/the_barrel_n.dds`` – specular map +* ``data/textures/the_barrel_spec.dds`` – specular map * ``source_assets/the_barrel.blend`` – source file configured as this tutorial specifies Location, Rotation, Scale