Skip to content

Commit 42b9643

Browse files
committed
Update docs to correct the default sheenColor
* Docs stated it was 0xfffff, but it's actually 0x000000 * Fixes mrdoob#26757
1 parent 0f5088d commit 42b9643

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/api/ar/materials/MeshPhysicalMaterial.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ <h3>[property:Texture sheenRoughnessMap]</h3>
186186
</p>
187187

188188
<h3>[property:Color sheenColor]</h3>
189-
<p>لون اللمعان. الافتراضي هو `0xffffffأبيض.</p>
189+
<p>لون اللمعان. الافتراضي هو `0x000000أسود.</p>
190190

191191
<h3>[property:Texture sheenColorMap]</h3>
192192
<p>

docs/api/en/materials/MeshPhysicalMaterial.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ <h3>[property:Texture sheenRoughnessMap]</h3>
227227
</p>
228228

229229
<h3>[property:Color sheenColor]</h3>
230-
<p>The sheen tint. Default is `0xffffff`, white.</p>
230+
<p>The sheen tint. Default is `0x000000`, black.</p>
231231

232232
<h3>[property:Texture sheenColorMap]</h3>
233233
<p>

docs/api/fr/materials/MeshPhysicalMaterial.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h3>[property:Texture sheenRoughnessMap]</h3>
161161

162162
<h3>[property:Color sheenColor]</h3>
163163
<p>
164-
La teinte brillante. La valeur par défaut est `0xffffff`, white.
164+
La teinte brillante. La valeur par défaut est `0x000000`, noire.
165165
</p>
166166

167167
<h3>[property:Texture sheenColorMap]</h3>

docs/api/it/materials/MeshPhysicalMaterial.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ <h3>[property:Texture sheenRoughnessMap]</h3>
166166

167167
<h3>[property:Color sheenColor]</h3>
168168
<p>
169-
La tinta brillante. Il valore predefinito è `0xffffff`, bianco.
169+
La tinta brillante. Il valore predefinito è `0x000000`, nera.
170170
</p>
171171

172172
<h3>[property:Texture sheenColorMap]</h3>

docs/api/zh/materials/MeshPhysicalMaterial.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ <h3>[property:Texture sheenRoughnessMap]</h3>
149149

150150
<h3>[property:Color sheenColor]</h3>
151151
<p>
152-
光泽颜色,默认为*0xffffff*白色
152+
光泽颜色,默认为*0x000000*黑色
153153
</p>
154154

155155
<h3>[property:Texture sheenColorMap]</h3>

0 commit comments

Comments
 (0)