From 6d525db07e2c75b55d6280aa52a64145090e6173 Mon Sep 17 00:00:00 2001 From: Yuxuan1993 Date: Fri, 16 Oct 2020 18:30:46 -0400 Subject: [PATCH 1/7] Translation revised --- .../schinese/Asset Management/Asset Types/meshes.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/content/schinese/Asset Management/Asset Types/meshes.md b/docs/content/schinese/Asset Management/Asset Types/meshes.md index 52f98b8..99a00fa 100644 --- a/docs/content/schinese/Asset Management/Asset Types/meshes.md +++ b/docs/content/schinese/Asset Management/Asset Types/meshes.md @@ -1,14 +1,12 @@ +++ -title = "Meshes" +title = "网格" description = "" weight = 1 +++ -Meshes contain the polygon positions and attributes to be used at the rendering pass. Every mesh has one material that defines their rendering behaviour. They are grouped inside MetaMesh's by their LOD level. Also, at the same LOD level, there can be multiple meshes with different materials. More information about importing meshes to the engine can be found at [Material Editor]({{< ref "asset_naming_conventions.md" >}}). +网格包含了多边形的位置和渲染时使用的属性。每个网格都会有一个材质以定义其的渲染行为。它们在网格内将按照其LOD级别进行分组。同时,在同一个LOD级别中可以同时有多个不同材质的网格。若想了解更多关于将网格导入引擎的信息,请参阅 [Material Editor]({{< ref "asset_naming_conventions.md" >}}). -##### LOD System +##### 细节级别 (LOD) -Modern engines use LOD(level of detail) systems to ensure that the amount of GPU share used by the closer parts of the screen is more than the far ones. This is done by reducing the mesh qualiy with respect to the distance to the camera. This system ensures that the polygon per pixel ratio is similar across the screen as much as possible. The default LOD distances are as follows: 15, 22.5, 30, 50, 70, 130, 210 meters. These distances are for the best graphics quality and they can be reduced via the Environment Quality and Character Quality options. - - \ No newline at end of file +现代引擎通常使用LOD(Level of detail)系统,以确保相机近处位置使用的GPU资源量多于远处位置。这将通过增加摄像头的距离时减少网格质量来实现。这一系统将确保每个像素的多边形比例在整个屏幕上都尽可能的相似。默认的LOD距离将包含:15, 22.5, 30, 50, 70, 130, 210米。这些距离设置将保证最佳的图形质量,通过在游戏中设置环境和人物质量可以对其进行调节。 \ No newline at end of file From 9b8d18048845c755bf6b22982b7872ea5cd1cff6 Mon Sep 17 00:00:00 2001 From: Yuxuan1993 Date: Sat, 17 Oct 2020 00:30:37 -0400 Subject: [PATCH 2/7] [Translate] Adding prefabs.md to Chinese --- .../Asset Management/Asset Types/prefabs.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/content/schinese/Asset Management/Asset Types/prefabs.md b/docs/content/schinese/Asset Management/Asset Types/prefabs.md index 8414d6f..7d78b4e 100644 --- a/docs/content/schinese/Asset Management/Asset Types/prefabs.md +++ b/docs/content/schinese/Asset Management/Asset Types/prefabs.md @@ -1,18 +1,16 @@ +++ -title = "Entities & Prefabs" +title = "实体及预制件" description = "" weight = 1 +++ -In RGL, entities are containers for all of the meshes, particles, script components, occluders and physics objects. They can also contain other entities as children. They have their own transformation that determines their position, scale and rotation in the world. +在RGL中,实体是包含所有网格,粒子,脚本组件,遮挡物和物理对象的容器。它们可以容纳其他实体来作为其子实体。这些子实体有自己的变体存在,决定了它们在整个世界中的位置,比例和旋转角度。 -##### Prefabs +##### 预制件 -Prefabs are template entities which do not sever the connection to the prefab even after it is saved in a scene. Complex entities can be constructed one time and saved as a prefab to be used at any time, in any scene. Later updates to the prefab will affect the already done scenes as well. In Bannerlord, nearly all of the mission objects and scene props are prefabs. - -##### Connection Rules - -Once a prefab is placed into a scene, all of the values under prefab(mesh colors, child entity transforms, script values) are connected to the original prefab and will be updated after every change to the original one. Any change in the scene for those values will sever the connection. Beware that any “Addition” operation to the prefab in the scene, will break the prefab connection all together. Examples: adding a new mesh, particle system, light, child entity or script component. +预制件:预制件属于模板实体,即便是复杂的实体可以直接一次构造,并在之后保存为预制物件,以便在任何场景中随时使用。后期对预制件的更新也会对已经完成的场景造成影响。在《霸主》中,几乎所有的任务对象和场景道具都是预制件。 +##### 连接规则 +一旦一个预制件被放置到场景中,预制件下的所有值(网格颜色、子实体变换、脚本数值)都与原预制件相连,并且在每次改变原预制件后都会更新。在场景中,任何对这些值的改变都会切断连接。需要注意的是,在场景中对预制件进行的任何 "增加 "操作,都会将预制件的连接全部断开。例如:添加一个新的网格、粒子系统、光线、子实体或脚本组件 From 2b3754866c866a3b3a9f15a5fa9fe0bbd7b6f75d Mon Sep 17 00:00:00 2001 From: Yuxuan1993 Date: Wed, 21 Oct 2020 00:35:22 -0400 Subject: [PATCH 3/7] Fixed Change --- docs/content/schinese/Asset Management/Asset Types/meshes.md | 2 +- docs/content/schinese/Asset Management/Asset Types/prefabs.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/schinese/Asset Management/Asset Types/meshes.md b/docs/content/schinese/Asset Management/Asset Types/meshes.md index 99a00fa..a062d81 100644 --- a/docs/content/schinese/Asset Management/Asset Types/meshes.md +++ b/docs/content/schinese/Asset Management/Asset Types/meshes.md @@ -4,7 +4,7 @@ description = "" weight = 1 +++ -网格包含了多边形的位置和渲染时使用的属性。每个网格都会有一个材质以定义其的渲染行为。它们在网格内将按照其LOD级别进行分组。同时,在同一个LOD级别中可以同时有多个不同材质的网格。若想了解更多关于将网格导入引擎的信息,请参阅 [Material Editor]({{< ref "asset_naming_conventions.md" >}}). +网格(Meshes)包含了多边形的位置和渲染时使用的属性。每个网格都会有一个材质以定义其的渲染行为。它们在网格内将按照其LOD级别进行分组。同时,在同一个LOD级别中可以同时有多个不同材质的网格。若想了解更多关于将网格导入引擎的信息,请参阅 [Material Editor]({{< ref "asset_naming_conventions.md" >}}). ##### 细节级别 (LOD) diff --git a/docs/content/schinese/Asset Management/Asset Types/prefabs.md b/docs/content/schinese/Asset Management/Asset Types/prefabs.md index 7d78b4e..b9626af 100644 --- a/docs/content/schinese/Asset Management/Asset Types/prefabs.md +++ b/docs/content/schinese/Asset Management/Asset Types/prefabs.md @@ -5,11 +5,11 @@ weight = 1 +++ -在RGL中,实体是包含所有网格,粒子,脚本组件,遮挡物和物理对象的容器。它们可以容纳其他实体来作为其子实体。这些子实体有自己的变体存在,决定了它们在整个世界中的位置,比例和旋转角度。 +在RGL(《霸主》中的OpenGL图形库)中,实体是包含所有网格,粒子,脚本组件,遮挡物和物理对象的容器。它们可以容纳其他实体来作为其子实体。这些子实体有自己的变体存在,决定了它们在整个世界中的位置,比例和旋转角度。 ##### 预制件 -预制件:预制件属于模板实体,即便是复杂的实体可以直接一次构造,并在之后保存为预制物件,以便在任何场景中随时使用。后期对预制件的更新也会对已经完成的场景造成影响。在《霸主》中,几乎所有的任务对象和场景道具都是预制件。 +预制件:预制件(Prefabs)属于模板实体,即便是复杂的实体可以直接一次构造,并在之后保存为预制物件,以便在任何场景中随时使用。后期对预制件的更新也会对已经完成的场景造成影响。在《霸主》中,几乎所有的任务对象和场景道具都是预制件。 ##### 连接规则 From 92eb468db7ed4ce29d85e4e3fbaca58b46c17beb Mon Sep 17 00:00:00 2001 From: Yuxuan1993 Date: Wed, 21 Oct 2020 00:48:27 -0400 Subject: [PATCH 4/7] Fixed --- docs/content/schinese/Asset Management/Asset Types/prefabs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/schinese/Asset Management/Asset Types/prefabs.md b/docs/content/schinese/Asset Management/Asset Types/prefabs.md index b9626af..a7758ce 100644 --- a/docs/content/schinese/Asset Management/Asset Types/prefabs.md +++ b/docs/content/schinese/Asset Management/Asset Types/prefabs.md @@ -5,7 +5,7 @@ weight = 1 +++ -在RGL(《霸主》中的OpenGL图形库)中,实体是包含所有网格,粒子,脚本组件,遮挡物和物理对象的容器。它们可以容纳其他实体来作为其子实体。这些子实体有自己的变体存在,决定了它们在整个世界中的位置,比例和旋转角度。 +在RGL(一种OpenGL图形库)中,实体是包含所有网格,粒子,脚本组件,遮挡物和物理对象的容器。它们可以容纳其他实体来作为其子实体。这些子实体有自己的变体存在,决定了它们在整个世界中的位置,比例和旋转角度。 ##### 预制件 From 184f488237afb9d7c0f6e304eced84ed13facc30 Mon Sep 17 00:00:00 2001 From: Yuxuan1993 Date: Wed, 21 Oct 2020 00:51:11 -0400 Subject: [PATCH 5/7] Fixed --- docs/content/schinese/Asset Management/Asset Types/prefabs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/schinese/Asset Management/Asset Types/prefabs.md b/docs/content/schinese/Asset Management/Asset Types/prefabs.md index a7758ce..d186714 100644 --- a/docs/content/schinese/Asset Management/Asset Types/prefabs.md +++ b/docs/content/schinese/Asset Management/Asset Types/prefabs.md @@ -9,7 +9,7 @@ weight = 1 ##### 预制件 -预制件:预制件(Prefabs)属于模板实体,即便是复杂的实体可以直接一次构造,并在之后保存为预制物件,以便在任何场景中随时使用。后期对预制件的更新也会对已经完成的场景造成影响。在《霸主》中,几乎所有的任务对象和场景道具都是预制件。 +预制件(Prefabs)属于模板实体,即便是复杂的实体可以直接一次构造,并在之后保存为预制物件,以便在任何场景中随时使用。后期对预制件的更新也会对已经完成的场景造成影响。在《霸主》中,几乎所有的任务对象和场景道具都是预制件。 ##### 连接规则 From adeb162400c3e7f9ef6bedd98968b52b65a6cd45 Mon Sep 17 00:00:00 2001 From: Yuxuan1993 Date: Wed, 21 Oct 2020 00:54:32 -0400 Subject: [PATCH 6/7] Fixed --- docs/content/schinese/Asset Management/Asset Types/prefabs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/schinese/Asset Management/Asset Types/prefabs.md b/docs/content/schinese/Asset Management/Asset Types/prefabs.md index d186714..503109b 100644 --- a/docs/content/schinese/Asset Management/Asset Types/prefabs.md +++ b/docs/content/schinese/Asset Management/Asset Types/prefabs.md @@ -7,10 +7,10 @@ weight = 1 在RGL(一种OpenGL图形库)中,实体是包含所有网格,粒子,脚本组件,遮挡物和物理对象的容器。它们可以容纳其他实体来作为其子实体。这些子实体有自己的变体存在,决定了它们在整个世界中的位置,比例和旋转角度。 -##### 预制件 +##### 预制件(Prefabs) 预制件(Prefabs)属于模板实体,即便是复杂的实体可以直接一次构造,并在之后保存为预制物件,以便在任何场景中随时使用。后期对预制件的更新也会对已经完成的场景造成影响。在《霸主》中,几乎所有的任务对象和场景道具都是预制件。 -##### 连接规则 +##### 连接规则(Connection Rules) 一旦一个预制件被放置到场景中,预制件下的所有值(网格颜色、子实体变换、脚本数值)都与原预制件相连,并且在每次改变原预制件后都会更新。在场景中,任何对这些值的改变都会切断连接。需要注意的是,在场景中对预制件进行的任何 "增加 "操作,都会将预制件的连接全部断开。例如:添加一个新的网格、粒子系统、光线、子实体或脚本组件 From dd8545e85f8c6ae1a855876289068c6365c43ece Mon Sep 17 00:00:00 2001 From: Yuxuan1993 Date: Thu, 22 Oct 2020 00:33:21 -0400 Subject: [PATCH 7/7] RGL translation fixed --- docs/content/schinese/Asset Management/Asset Types/prefabs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/schinese/Asset Management/Asset Types/prefabs.md b/docs/content/schinese/Asset Management/Asset Types/prefabs.md index 503109b..379baf5 100644 --- a/docs/content/schinese/Asset Management/Asset Types/prefabs.md +++ b/docs/content/schinese/Asset Management/Asset Types/prefabs.md @@ -5,7 +5,7 @@ weight = 1 +++ -在RGL(一种OpenGL图形库)中,实体是包含所有网格,粒子,脚本组件,遮挡物和物理对象的容器。它们可以容纳其他实体来作为其子实体。这些子实体有自己的变体存在,决定了它们在整个世界中的位置,比例和旋转角度。 +在RGL中,实体是包含所有网格,粒子,脚本组件,遮挡物和物理对象的容器。它们可以容纳其他实体来作为其子实体。这些子实体有自己的变体存在,决定了它们在整个世界中的位置,比例和旋转角度。 ##### 预制件(Prefabs)