Browse Source

Specify range (#31830)

WestLangley 5 months ago
parent
commit
c77e68a52c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/materials/MeshPhysicalMaterial.js

+ 1 - 1
src/materials/MeshPhysicalMaterial.js

@@ -323,7 +323,7 @@ class MeshPhysicalMaterial extends MeshStandardMaterial {
 	}
 	}
 
 
 	/**
 	/**
-	 * The anisotropy strength.
+	 * The anisotropy strength, from `0.0` to `1.0`.
 	 *
 	 *
 	 * @type {number}
 	 * @type {number}
 	 * @default 0
 	 * @default 0

粤ICP备19079148号