Result of parsing a binary mesh blob.
vertices and indices are typed-array views over the original ArrayBuffer — zero copies. The consumer is responsible for not mutating the underlying buffer if it cares about safety, or for calling .slice() to detach.
vertices
indices
ArrayBuffer
.slice()
Result of parsing a binary mesh blob.
verticesandindicesare typed-array views over the originalArrayBuffer— zero copies. The consumer is responsible for not mutating the underlying buffer if it cares about safety, or for calling.slice()to detach.