Interface: ScannableChunk
Everything the tracker needs to read voxels out of a loaded chunk. Matches
the world's RawChunk without importing it, so tests can fake one.
Properties
min
• min: [number, number, number]
voxels
• voxels: Object
Type declaration
| Name | Type |
|---|---|
data | number[] | Uint32Array<ArrayBufferLike> |