diff --git a/docs/content/schinese/Editor/Resource Editors/meta_mesh_editor.md b/docs/content/schinese/Editor/Resource Editors/meta_mesh_editor.md index 81e008d..6769baa 100644 --- a/docs/content/schinese/Editor/Resource Editors/meta_mesh_editor.md +++ b/docs/content/schinese/Editor/Resource Editors/meta_mesh_editor.md @@ -1,25 +1,28 @@ +++ -title = "Meta Mesh Editor" +title = "元模型编辑器" +++ -#### Import Settings -* Divide Into Grid: Divides the meta mesh into grids, and adds all the generated section meshes to the submeshes. -* Remove Redundant Vertices: The name implies what it does. -* Recompute Normals: While importing the meta mesh, computes normal vectors for all sub-meshes instead of importing them as well. -* Normal Computation: Decides whether the normal vector computation will depend on the face area (weighted) or not (default). -* Recompute Tangents: While importing the meta mesh, computes the tangent vectors for all sub-meshes instead of importing them as well. -* Whiten: Linear interpolation amount between the vertex color and white per each color channel. +#### 导入设置 -#### Lod Meshes -* All the active sub-meshes of the meta mesh can be seen here. The material properties, mesh parameters and tags can be changed via the interface. +* 分解为网格 (Grid):把元模型 (meta mesh) 分成网格,并且添加所有生成的模型部分到子模型 (submesh) 中。 +* 移除多余的顶点 (Vertices):功能如其名。 +* 重新计算法线 (Normals):导入元模型时,计算所有子模型的法线向量,而不是单单全部导入。 +* 法线计算:决定法线向量的计算是否依靠面部区域 (Face Area),是 (weighted) 或者是 否 (default). +* 重新计算切线 (Tangents):导入元模型时,计算所有子模型的切线向量,而不是单单全部导入。 +* 抗锯齿 (whiten):为每个像素点计算其顶点色和白色的线性插值 (linear interpolation amount)。 + +#### 多细节层次 (Lod) 模型 + +* 所有的在用的元模型的子模型都可以在这儿被看到。材料属性,模型参数以及标签都可以在这个界面被修改。 ![](/img/meta_mesh_editor/lods.PNG) -#### Unused Meshes +#### 没用到的模型 -* This shows the activity situation of the sub-meshes. If the ignore checkbox is checked, this means that the corresponding sub-mesh is inactive. After changing status of the lod meshes, please press "Apply Ignores" button for your changes to take place and be saved. +* 这里展示了子模型的使用情况。如果勾选了忽略复选框 (ignore checkbox),这意味着对应的子模型是处于非激活状态。当需要修改 lod 模型的状态时,请点击 “应用忽略 (Apply Ignores)” 按钮来应用并且保存你的修改。 ![](/img/meta_mesh_editor/ignored_meshes.png) -#### Save -* Saves all the changes done to the meta mesh. \ No newline at end of file +#### 保存 + +* 保存元模型的所有改变。