Creats a 3D version of [Voronoi diagram](https://en.wikipedia.org/wiki/Voronoi_diagram). The initial space for each cell is calculated automatically from the given points by the following code:
The preview or rendering of 3D Voronoi is slow. If you want to use this module, render and export the 3D Voronoi model first. Then, `import` the model to do what you want.
**Since:** 1.3.
## Parameters
-`points` : Points for each cell.
-`spacing` : Distance between cells. Default to 1.
-`space_type` : The initial space for each cell can be `"cube"` or `"sphere"`. Default to `"cube"`.