Jelajahi Sumber

Minor updates to BoundingBoxHelper doc v2

looeee 8 tahun lalu
induk
melakukan
36fe78523d
1 mengubah file dengan 5 tambahan dan 1 penghapusan
  1. 5 1
      docs/api/extras/helpers/BoundingBoxHelper.html

+ 5 - 1
docs/api/extras/helpers/BoundingBoxHelper.html

@@ -27,7 +27,11 @@
 		bbox.update();
 		scene.add( bbox );
 		</code>
-		<div>Note that this helper will create a wireframe [page:Mesh] object with a [page:BoxGeometry]; the resulting bounding box object will therefore have face diagonals. You may want to use [page:BoxHelper], which generates a [page:Line] object without face diagonals.</div>
+		<div>
+			Note that this helper will create a wireframe [page:Mesh] object with a [page:BoxGeometry];
+			the resulting bounding box object will therefore have face diagonals. You may want to
+			use [page:BoxHelper], which generates a [page:LineSegments] object without face diagonals.
+		</div>
 
 
 		<h2>Constructor</h2>