Parcourir la source

Docs: MeshFaceMaterial does not extend Material.

Mr.doob il y a 11 ans
Parent
commit
c695eb6cd2
1 fichiers modifiés avec 3 ajouts et 5 suppressions
  1. 3 5
      docs/api/materials/MeshFaceMaterial.html

+ 3 - 5
docs/api/materials/MeshFaceMaterial.html

@@ -7,12 +7,10 @@
 		<link type="text/css" rel="stylesheet" href="../../page.css" />
 	</head>
 	<body>
-		[page:Material] &rarr;
-
 		<h1>[name]</h1>
 
 		<div class="desc">
-		A Material to define multiple materials for the same geometry. 
+		A Material to define multiple materials for the same geometry.
 		The geometry decides which material is used for which faces by the [page:Face3 faces materialindex].
 		The materialindex corresponds with the index of the material in the materials array.
 		</div>
@@ -36,8 +34,8 @@
 
 		<h3>.[page:Array materials]</h3>
 		<div>
-		Get or set the materials for the geometry. 
-		</div> 
+		Get or set the materials for the geometry.
+		</div>
 
 		<h2>Methods</h2>