Explorar el Código

Merge branch 'patch-6' of https://github.com/PaulJacobs/three.js into dev

Mr.doob hace 11 años
padre
commit
fa7471688b
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4 2
      docs/api/materials/MeshPhongMaterial.html

+ 4 - 2
docs/api/materials/MeshPhongMaterial.html

@@ -19,10 +19,12 @@
 
 		<h3>[name]([page:todo parameters])</h3>
 		<div>
-		parameters -- todo
+		parameters -- A JSON object with settable parameters.
 		</div>
 		<div>
-		todo
+		Example:<br>
+		materials.push( new THREE.MeshPhongMaterial( { ambient: 0x030303, color: 0xdddddd, specular: 0x009900, shininess: 30, shading: THREE.FlatShading } ) );
+	
 		</div>