What’s the new alternative to largeBlob?

Generated on 7/31/2024

1 search

The new alternative to largeBlob is the low level mesh API. This API allows for improved memory efficiency by providing more control over how vertex data is arranged and updated. You can use multiple Metal buffers for vertex data, update vertex and index buffers with minimal overhead, and even back updates with GPU compute.

For more details, you can refer to the session Build a spatial drawing app with RealityKit (17:37).