Browse Source

Update MeshBasicMaterial.html

gero3 11 years ago
parent
commit
2995c3482f
1 changed files with 5 additions and 5 deletions
  1. 5 5
      docs/api/materials/MeshBasicMaterial.html

+ 5 - 5
docs/api/materials/MeshBasicMaterial.html

@@ -83,24 +83,24 @@
 		<h3>.[page:Boolean morphTargets]</h3>
 		<div>Define whether the material uses morphTargets. Default is false.</div>	
 		
-		<h3>.[page:object map]</h3>
+		<h3>.[page:Texture map]</h3>
 		<div>
-		todo
+		Sets the texture map. Default is  null.
 		</div> 
 
 		<h3>.[page:number combine]</h3>
 		<div>
-		todo
+		How to combine the result of the surface's color with the environment map, if any.
 		</div> 
 
 		<h3>.[page:number reflectivity]</h3>
 		<div>
-		todo
+		How much the environment map affects the surface; also see "combine".
 		</div> 
 
 		<h3>.[page:number refractionRatio]</h3>
 		<div>
-		todo
+		he index of refraction for an environment map using [page:Textures THREE.CubeRefractionMapping]. Default is *0.98*.
 		</div> 
 
 		<h2>Methods</h2>