Skip to main content
API Reference com.nianticspatial.nsdk.scanning ScanningSession

computeVoxels

Compute the voxelization of the scanned scene. Processing is asynchronous. Call this function and then call [voxelBuffer] to retrieve voxel data. > Note: Voxel visualization must have been enabled in the configuration.

Declaration

fun computeVoxels()

Summary

Compute the voxelization of the scanned scene. Processing is asynchronous. Call this function and then call [voxelBuffer] to retrieve voxel data. > Note: Voxel visualization must have been enabled in the configuration.


ON THIS PAGE