Skip to content

createPointCloud#clearWasmSources

Summary

createPointCloud#clearWasmSources() detaches borrowed point and color views without freeing their WebAssembly allocations. It also destroys and clears GPU buffers that the cloud created for those Wasm sources. It does not reset pointCount, retained CPU snapshots, or explicit bounds.

Syntax

PointCloud.clearWasmSources(): void
pointCloud.clearWasmSources();

Returns

void

See Also