Skip to main content
API Reference SwiftyNsdk NsdkScanningSession

voxelBuffer

Get the most recently computed voxel data....

Declaration

func voxelBuffer() -> VoxelBuffer?

Summary

Get the most recently computed voxel data.
Once the session has been started and all the requested data has been sent through the
NsdkSession, a new buffer should become available after a brief computation period after
computeVoxels() has been called.
- Precondition: Voxel visualization must have been enabled in the configuration.
- Returns: The most recently computed voxel data if available, nil if not.


ON THIS PAGE