From 749f2b76d71c97d1dc5414c254a5b65e4f0404ae Mon Sep 17 00:00:00 2001 From: Meow J Date: Sun, 16 Oct 2016 17:51:00 +0800 Subject: [PATCH] 03-03 --- docs/03 Model Loading/03 Model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/03 Model Loading/03 Model.md b/docs/03 Model Loading/03 Model.md index 171448a..2a955b7 100644 --- a/docs/03 Model Loading/03 Model.md +++ b/docs/03 Model Loading/03 Model.md @@ -181,7 +181,7 @@ vertex.Position = vector; !!! Important - Assimp调用他们的顶点位置数组`mVertices`真有点违反直觉。 + Assimp将它的顶点位置数组称为mVertices,这其实并不是非常直观。 对应法线的步骤毫无疑问是这样的: