浏览代码

[Docs] MeshBasicMaterial: Added reflectivity default value and expected range

Lewy Blue 8 年之前
父节点
当前提交
2494f984e5
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      docs/api/materials/MeshBasicMaterial.html

+ 4 - 1
docs/api/materials/MeshBasicMaterial.html

@@ -107,7 +107,10 @@
 
 
 		<h3>[property:Float reflectivity]</h3>
-		<div>How much the environment map affects the surface; also see [page:.combine].</div>
+		<div>
+			How much the environment map affects the surface; also see [page:.combine]. 
+			The default value is 1 and the valid range is between 0 (no reflections) and 1 (full reflections).
+		</div>
 
 		<h3>[property:Float refractionRatio]</h3>
 		<div>The index of refraction for an environment map using [page:Textures THREE.CubeRefractionMapping]. Default is *0.98*.</div>