Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/api/zh/materials/MeshPhysicalMaterial.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

<h1>物理网格材质([name])</h1>

<p class="desc"> [page:MeshStandardMaterial]的扩展,能够更好地控制反射率。<br /><br />
请注意,为了获得最佳效果,您在使用此材质时应始终指定环境贴图。
<p class="desc">
[page:MeshStandardMaterial]的扩展,提供了更高级的基于物理的渲染属性:
</p>

<ul>
Expand Down Expand Up @@ -70,13 +70,13 @@ <h2>构造函数(Constructor)</h2>

<h3>[name]( [param:Object parameters] )</h3>
<p> [page:Object parameters] - (可选)用于定义材质外观的对象,具有一个或多个属性。
材质的任何属性都可以从此处传入(包括从[page:Material]继承的任何属性)<br /><br />
材质的任何属性都可以从此处传入(包括从[page:Material]和[page:MeshStandardMaterial]继承的任何属性)<br /><br />
属性[page:Hexadecimal color]例外,其可以作为十六进制字符串传递,默认情况下为 *0xffffff*(白色),内部调用[page:Color.set](color)。
</p>


<h2>属性(Properties)</h2>
<p>共有属性请参见其基类[page:Material]。</p>
<p>共有属性请参见其基类[page:Material]和[page:MeshStandardMaterial]。</p>

<h3>[property:Float clearcoat]</h3>
<p>
Expand Down