Browse Source

Update Drawing-lines.html

Michael Herzog 5 years ago
parent
commit
edc28b0492
1 changed files with 0 additions and 1 deletions
  1. 0 1
      docs/manual/zh/introduction/Drawing-lines.html

+ 0 - 1
docs/manual/zh/introduction/Drawing-lines.html

@@ -37,7 +37,6 @@ var material = new THREE.LineBasicMaterial( { color: 0x0000ff } );
 
 			<p>
 				定义好材质之后,我们需要一个带有一些顶点的[page:Geometry] 或者 [page:BufferGeometry]。
-				(推荐使用BufferGeometry,因为它在性能上表现得会更好一些;但在这里,为了简单起见,我们使用Geometry):
 			</p>
 
 			<code>