Browse Source

Docs: Clean up.

Mugen87 5 years ago
parent
commit
b840efadd9

+ 1 - 4
docs/api/en/objects/Line.html

@@ -47,12 +47,9 @@
 
 
 		<p>
 		<p>
 		[page:Geometry geometry] — vertices representing the line segment(s). Default is a new [page:BufferGeometry].<br />
 		[page:Geometry geometry] — vertices representing the line segment(s). Default is a new [page:BufferGeometry].<br />
-		[page:Material material] — material for the line. Default is a new [page:LineBasicMaterial] with random color.<br />
+		[page:Material material] — material for the line. Default is a new [page:LineBasicMaterial].<br />
 		</p>
 		</p>
 
 
-		<p>If no material is supplied, a randomized line material will be created and assigned to the object.</p>
-
-
 		<h2>Properties</h2>
 		<h2>Properties</h2>
 		<p>See the base [page:Object3D] class for common properties.</p>
 		<p>See the base [page:Object3D] class for common properties.</p>
 
 

+ 0 - 3
docs/api/en/objects/LineLoop.html

@@ -31,9 +31,6 @@
 		[page:Material material] — Material for the line. Default is [page:LineBasicMaterial LineBasicMaterial].
 		[page:Material material] — Material for the line. Default is [page:LineBasicMaterial LineBasicMaterial].
 		</p>
 		</p>
 
 
-		<p>If no material is supplied, a randomized line material will be created and assigned to the object.</p>
-
-
 		<h2>Properties</h2>
 		<h2>Properties</h2>
 		<p>See the base [page:Line] class for common properties.</p>
 		<p>See the base [page:Line] class for common properties.</p>
 
 

+ 0 - 3
docs/api/en/objects/LineSegments.html

@@ -30,9 +30,6 @@
 		[page:Material material] — Material for the line. Default is [page:LineBasicMaterial LineBasicMaterial].
 		[page:Material material] — Material for the line. Default is [page:LineBasicMaterial LineBasicMaterial].
 		</p>
 		</p>
 
 
-		<p>If no material is supplied, a randomized line material will be created and assigned to the object.</p>
-
-
 		<h2>Properties</h2>
 		<h2>Properties</h2>
 		<p>See the base [page:Line] class for common properties.</p>
 		<p>See the base [page:Line] class for common properties.</p>
 
 

+ 1 - 1
docs/api/en/objects/Mesh.html

@@ -52,7 +52,7 @@
 		<h3>[property:Material material]</h3>
 		<h3>[property:Material material]</h3>
 		<p>
 		<p>
 			An instance of material derived from the [page:Material] base class or an array of materials, defining the
 			An instance of material derived from the [page:Material] base class or an array of materials, defining the
-			object's appearance. Default is a [page:MeshBasicMaterial] with a random color.
+			object's appearance. Default is a [page:MeshBasicMaterial].
 		</p>
 		</p>
 
 
 		<h3>[property:Array morphTargetInfluences]</h3>
 		<h3>[property:Array morphTargetInfluences]</h3>

+ 2 - 3
docs/api/en/objects/Points.html

@@ -25,8 +25,7 @@
 		<p>
 		<p>
 			[page:Geometry geometry] — (optional) an instance of [page:Geometry] or [page:BufferGeometry].
 			[page:Geometry geometry] — (optional) an instance of [page:Geometry] or [page:BufferGeometry].
 				Default is a new [page:BufferGeometry].<br />
 				Default is a new [page:BufferGeometry].<br />
-			[page:Material material] — (optional) a [page:Material]. Default is a new [page:PointsMaterial]
-				with a random color.
+			[page:Material material] — (optional) a [page:Material]. Default is a new [page:PointsMaterial].
 		</p>
 		</p>
 
 
 
 
@@ -44,7 +43,7 @@
 		<h3>[property:Material material]</h3>
 		<h3>[property:Material material]</h3>
 		<p>
 		<p>
 			An instance of [page:Material], defining the object's appearance.
 			An instance of [page:Material], defining the object's appearance.
-			Default is a [page:PointsMaterial] with a random color.
+			Default is a [page:PointsMaterial].
 		</p>
 		</p>
 
 
 		<h3>[property:Array morphTargetInfluences]</h3>
 		<h3>[property:Array morphTargetInfluences]</h3>

+ 0 - 3
docs/api/zh/objects/Line.html

@@ -47,9 +47,6 @@
 		[page:Material material] —— 线的材质,默认值是一个新的具有随机颜色的[page:LineBasicMaterial]。<br />
 		[page:Material material] —— 线的材质,默认值是一个新的具有随机颜色的[page:LineBasicMaterial]。<br />
 		</p>
 		</p>
 
 
-		<p>如果没有指定材质,一个随机颜色的线的材质将会被创建,并应用到该物体上。</p>
-
-
 		<h2>属性</h2>
 		<h2>属性</h2>
 		<p>共有属性请参见其基类[page:Object3D]。</p>
 		<p>共有属性请参见其基类[page:Object3D]。</p>
 
 

+ 0 - 3
docs/api/zh/objects/LineLoop.html

@@ -29,9 +29,6 @@
 		[page:Material material] —— 线的材质,默认值是[page:LineBasicMaterial LineBasicMaterial]。
 		[page:Material material] —— 线的材质,默认值是[page:LineBasicMaterial LineBasicMaterial]。
 		</p>
 		</p>
 
 
-		<p>如果没有指定材质,一个随机颜色的线的材质将会被创建,并应用到该物体上。</p>
-
-
 		<h2>属性</h2>
 		<h2>属性</h2>
 		<p>共有属性请参见其基类[page:Line]。</p>
 		<p>共有属性请参见其基类[page:Line]。</p>
 
 

+ 0 - 3
docs/api/zh/objects/LineSegments.html

@@ -28,9 +28,6 @@
 		[page:Material material] —— 线的材质,默认值是[page:LineBasicMaterial LineBasicMaterial]。
 		[page:Material material] —— 线的材质,默认值是[page:LineBasicMaterial LineBasicMaterial]。
 		</p>
 		</p>
 
 
-		<p>如果没有指定材质,一个随机颜色的线的材质将会被创建,并应用到该物体上。</p>
-
-
 		<h2>属性</h2>
 		<h2>属性</h2>
 		<p>共有属性请参见其基类[page:Line]。</p>
 		<p>共有属性请参见其基类[page:Line]。</p>