未验证 提交 ab256eac 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #18684 from Mugen87/dev41

Docs: Improve MeshPhysicalMaterial.clearcoat related properties.
......@@ -39,6 +39,7 @@
<h2>Examples</h2>
<p>
[example:webgl_materials_variations_physical materials / variations / physical]<br />
[example:webgl_materials_physical_clearcoat materials / physical / clearcoat]<br />
[example:webgl_materials_reflectivity materials / reflectivity]
</p>
......@@ -59,11 +60,19 @@
<h3>[property:Float clearcoat]</h3>
<p>
Clearcoat level, from *0.0* to *1.0*. Default is *0.0*.
Represents the thickness of the clear coat layer, from *0.0* to *1.0*. You can use clear coat related properties to enable multilayer
materials that have a thin translucent layer over the base layer. Typical examples for this model are car paints or acrylic.
Default is *0.0*.
</p>
<h3>[property:Float clearcoatNormalMap]</h3>
<p>Can be used to enable independent normals for the clear coat layer. Default is *null*.</p>
<h3>[property:Vector2 clearcoatNormalScale]</h3>
<p>How much [page:.clearcoatNormalMap] affects the clear coat layer, from *(0,0)* to *(1,1)*. Default is *(1,1)*.</p>
<h3>[property:Float clearcoatRoughness]</h3>
<p>How rough the clearcoat appears, from *0.0* to *1.0*. Default is *0.0*.</p>
<p>Roughness of the clear coat layer, from *0.0* to *1.0*. Default is *0.0*.</p>
<h3>[property:Object defines]</h3>
<p>An object of the form:
......
......@@ -38,6 +38,7 @@
<p>
[example:webgl_materials_variations_physical materials / variations / physical]<br />
[example:webgl_materials_physical_clearcoat materials / physical / clearcoat]<br />
[example:webgl_materials_reflectivity materials / reflectivity]
</p>
......@@ -55,11 +56,19 @@
<h3>[property:Float clearcoat]</h3>
<p>
Clearcoat级别,从*0.0*到*1.0*。默认值为*0.0*。
Represents the thickness of the clear coat layer, from *0.0* to *1.0*. You can use clear coat related properties to enable multilayer
materials that have a thin translucent layer over the base layer. Typical examples for this model are car paints or acrylic.
Default is *0.0*.
</p>
<h3>[property:Float clearcoatNormalMap]</h3>
<p>Can be used to enable independent normals for the clear coat layer. Default is *null*.</p>
<h3>[property:Vector2 clearcoatNormalScale]</h3>
<p>How much [page:.clearcoatNormalMap] affects the clear coat layer, from *(0,0)* to *(1,1)*. Default is *(1,1)*.</p>
<h3>[property:Float clearcoatRoughness]</h3>
<p> clearcoat看起来的粗糙程度,从*0.0*到*1.0*。默认值为*0.0*。</p>
<p>Roughness of the clear coat layer, from *0.0* to *1.0*. Default is *0.0*.</p>
<h3>[property:Object defines]</h3>
<p> 如下形式的对象:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册