Skip to content

PointCloud.refreshFromWasm

Summary

PointCloud.refreshFromWasm() refreshes the attached data and color views after producer writes or WebAssembly memory growth.

Syntax

PointCloud.refreshFromWasm(options?: PointCloudWasmRefreshOptions): void

Notes

Refresh updates view ranges and dirty state; upload() performs the GPU copy.

See Also