Explorar el Código

Merge branch 'dev' of https://github.com/mrdoob/three.js into dev

Mr.doob hace 8 años
padre
commit
18f14f8c58
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/api/helpers/BoxHelper.html

+ 1 - 1
docs/api/helpers/BoxHelper.html

@@ -40,7 +40,7 @@
 
 
 		<h3>[name]( [page:Object3D object], [page:Color color] )</h3>
 		<h3>[name]( [page:Object3D object], [page:Color color] )</h3>
 		<div>
 		<div>
-		[page:Object3D object]  -- the object3D to show the world-axis-aligned boundingbox.<br />
+		[page:Object3D object]  -- (optional) the object3D to show the world-axis-aligned boundingbox.<br />
 		[page:Color color] --  (optional) hexadecimal value that defines the box's color. Default is 0xffff00.<br /><br />
 		[page:Color color] --  (optional) hexadecimal value that defines the box's color. Default is 0xffff00.<br /><br />
 
 
 		Creates a new wireframe box that bounds the passed object. Internally this uses [page:Box3.setFromObject]
 		Creates a new wireframe box that bounds the passed object. Internally this uses [page:Box3.setFromObject]