Translated chapter 27

This commit is contained in:
Mouse
2019-08-22 17:55:10 +08:00
parent 77b79e1182
commit c9d3190b79
8 changed files with 467 additions and 1 deletions

View File

@@ -669,7 +669,6 @@ public void setMatrix(int pos, Matrix4f localJointMatrix, Matrix4f invJointMatri
* 一个数组,储存着与该顶点相关的权重偏倚。
* 一个输出,储存这与该顶点相关的关节索引(通过权重)。
* An array that hold the joint indices associated to this vertex \(through the weights\).
我们将这些数组的大小限制为4。`Mesh`类也被修改为接收这些参数并将其包含在着色器处理的VAO数据中。你可以在源代码中查看详细内容但来回顾一下我们所做的