File tree 1 file changed +0
-8
lines changed
1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -228,14 +228,6 @@ <h3>[method:null computeBoundingSphere]()</h3>
228
228
Bounding spheres aren't computed by default. They need to be explicitly computed, otherwise they are *null*.
229
229
</ div >
230
230
231
- < h3 > [method:null computeOffsets] ( [page:Integer size] )</ h3 >
232
- < div >
233
- Compute the draw offset for large models by chunking the index buffer into chunks of 65k addressable vertices.
234
- This method will effectively rewrite the index buffer and remap all attributes to match the new indices.
235
- WARNING: This method will also expand the vertex count to prevent sprawled triangles across draw offsets.
236
- size - Defaults to 65535 or 4294967296 if extension OES_element_index_uint supported, but allows for larger or smaller chunks.
237
- </ div >
238
-
239
231
< h3 > [method:null merge]( [page:BufferGeometry bufferGeometry], [page:Integer offset] )</ h3 >
240
232
< div >
241
233
Merge in another BufferGeometry with an optional offset of where to start merging in.
You can’t perform that action at this time.
0 commit comments