提交 7c68fe16 编写于 作者: M Mugen87

Docs: Update BufferGeometryUtils

上级 771b015e
......@@ -25,9 +25,10 @@
</p>
<h3>[method:BufferGeometry mergeBufferGeometries]( [param:Array geometries] )</h3>
<h3>[method:BufferGeometry mergeBufferGeometries]( [param:Array geometries], [param:Boolean useGroups] )</h3>
<p>
geometries -- Array of [page:BufferGeometry BufferGeometry] instances.<br /><br />
geometries -- Array of [page:BufferGeometry BufferGeometry] instances.<br />
useGroups -- Whether groups should be generated for the merged geometry or not.<br /><br />
Merges a set of geometries into a single instance. All geometries must have compatible attributes.
If merge does not succeed, the method returns null.<br /><br />
......
......@@ -186,6 +186,7 @@ THREE.BufferGeometryUtils = {
/**
* @param {Array<THREE.BufferGeometry>} geometries
* @param {Boolean} useGroups
* @return {THREE.BufferGeometry}
*/
mergeBufferGeometries: function ( geometries, useGroups ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册