Prechádzať zdrojové kódy

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

Mr.doob 8 rokov pred
rodič
commit
18f14f8c58
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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>
 		<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 />
 
 		Creates a new wireframe box that bounds the passed object. Internally this uses [page:Box3.setFromObject]