boundingBoxStride
The stride, in bytes, between bounding boxes in the buffer.
Declaration
var boundingBoxStride: Int { get set }Discussion
The stride needs be at least 24 bytes, and be a multiple of 4 bytes. The default value is 24 bytes.
The stride, in bytes, between bounding boxes in the buffer.
var boundingBoxStride: Int { get set }The stride needs be at least 24 bytes, and be a multiple of 4 bytes. The default value is 24 bytes.