Skip to main content
API Reference SwiftyNsdk NsdkScanningSession

computeVoxels

Compute the voxelization of the scanned scene....

Declaration

func computeVoxels()

Summary

Compute the voxelization of the scanned scene.
Processing is asynchronous. Call this function and then call getVoxelBuffer()
to retrieve voxel data.
- Precondition: Voxel visualization must have been enabled in the configuration.


ON THIS PAGE