فهرست منبع

Merge pull request #19032 from Mugen87/dev48

Docs: Fix type in MeshPhysicalMaterial.
Mr.doob 5 سال پیش
والد
کامیت
58786ebd34
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      docs/api/en/materials/MeshPhysicalMaterial.html
  2. 1 1
      docs/api/zh/materials/MeshPhysicalMaterial.html

+ 1 - 1
docs/api/en/materials/MeshPhysicalMaterial.html

@@ -92,7 +92,7 @@
 		over a coating's thickness. Default is *null*.
 		</p>
 
-		<h3>[property:Float clearcoatNormalMap]</h3>
+		<h3>[property:Texture clearcoatNormalMap]</h3>
 		<p>Can be used to enable independent normals for the clear coat layer. Default is *null*.</p>
 
 		<h3>[property:Vector2 clearcoatNormalScale]</h3>

+ 1 - 1
docs/api/zh/materials/MeshPhysicalMaterial.html

@@ -90,7 +90,7 @@
 		over a coating's thickness. Default is *null*.
 		</p>
 
-		<h3>[property:Float clearcoatNormalMap]</h3>
+		<h3>[property:Texture clearcoatNormalMap]</h3>
 		<p>Can be used to enable independent normals for the clear coat layer. Default is *null*.</p>
 
 		<h3>[property:Vector2 clearcoatNormalScale]</h3>

粤ICP备19079148号