-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Custom Bodies.md to Chinese #27
Adding Custom Bodies.md to Chinese #27
Conversation
Agent physics require smooth and low poly physics objects for performance. Missile ones require more precision so that the stuck missiles are simulated better. The below flags can be used to have two different bodies per object which is the best of both worlds. If none of the flags are given, both missiles and agents react to the bodies. | ||
物体定义了物体的物理边界,它们可以被分配给场景或者预制物件的实体。用户可以编辑“物体标识”(Body Flag) 来改变其行为。 | ||
|
||
##### 物体相关选项标识 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
better to use ##
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should I apply that for the other header?
@@ -4,32 +4,32 @@ description = "" | |||
weight = 1 | |||
+++ | |||
|
|||
Bodies define the physics boundaries of objects. They can be assigned to entities in scenes or prefabs. Users can edit the Body Flags to change their behaviour. | |||
|
|||
##### Body Flags |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Body Flags 中是否存在工具中的标签或按钮,如果存在,请保留原文参考。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
下面其他所有标识也包括嘛?如果需要的话我就加上原文参考
|
||
Occluders are bodies which are placed at mesh surfaces to tell the rendering system to not render the contents on the other side of that surface. They do not contribute to the physics simulation. Big towns and villages benefit largely from carefully placed occluders. User can place occluders directly to the scene or attach them to entities & prefabs. | ||
遮蔽器被用于网格模型表面,从而让渲染系统渲染不会该表面另一边的内容。它们对物理模拟过程通常没有帮助。但对于大城镇和村庄来说,精心布置的遮蔽器将会非常有用。用户可以直接在场景中放置遮蔽器,也可以将其附加到到实体物品和预制件上。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
“从而让渲染系统渲染不会该表面另一边的内容”语句不通
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个是我的疏忽,我去试着修正一下
此外 文章标题需要翻译 |
…om/Yuxuan1993/Documentations into Adding-Custom-Bodies.md-to-Chinese
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
第2行的title的值(Bodies)也需要翻译,请参考其他已翻译文档。
No description provided.