Ver código fonte

Merge pull request #13441 from WJsjtu/dev2

Docs: clean up DirectGeometry
Mr.doob 7 anos atrás
pai
commit
51de93230e
1 arquivos alterados com 0 adições e 18 exclusões
  1. 0 18
      docs/api/core/DirectGeometry.html

+ 0 - 18
docs/api/core/DirectGeometry.html

@@ -91,30 +91,12 @@
 
 
 		<h2>Methods</h2>
 		<h2>Methods</h2>
 
 
-		<h3>[page:EventDispatcher EventDispatcher] methods are available on this class.</h3>
-
-		<h3>[property:null computeBoundingBox](  )</h3>
-		<div>
-		 See [page:Geometry.computeBoundingBox].
-		</div>
-
-		<h3>[property:null computeBoundingSphere](  )</h3>
-		<div>
-		 See [page:Geometry.computeBoundingSphere].
-		</div>
-
 		<h3>[property:null computeGroups]( [page:Geometry geometry] )</h3>
 		<h3>[property:null computeGroups]( [page:Geometry geometry] )</h3>
 		<div>
 		<div>
 			Compute the parts of the geometry that have different materialIndex.
 			Compute the parts of the geometry that have different materialIndex.
 			See [page:BufferGeometry.groups].
 			See [page:BufferGeometry.groups].
 		</div>
 		</div>
 
 
-		<h3>[method:null dispose]()</h3>
-		<div>
-		Disposes the object from memory. <br />
-		You need to call this when you want the directGeometry removed while the application is running.
-		</div>
-
 		<h3>[property:null fromGeometry]( [page:Geometry geometry] )</h3>
 		<h3>[property:null fromGeometry]( [page:Geometry geometry] )</h3>
 		<div>Pass in a [page:Geometry] instance for conversion.</div>
 		<div>Pass in a [page:Geometry] instance for conversion.</div>