... | @@ -786,7 +786,7 @@ Creates a solid voxel volume from ```shape``` or ```tex3d``` where each voxel me |
... | @@ -786,7 +786,7 @@ Creates a solid voxel volume from ```shape``` or ```tex3d``` where each voxel me |
|
|
|
|
|
```to_voxel_solid(tex3d, boxMin, boxMax)```
|
|
```to_voxel_solid(tex3d, boxMin, boxMax)```
|
|
|
|
|
|
Creates a solid voxel volume from ```tex3d```. ```boxMin``` and ```boxMax``` specify the volume in space to create the solid. Values in ```tex3d``` above ```0.5``` are considered solid, otherwise they are considered empty.
|
|
Creates a solid voxel volume from ```tex3d```. ```boxMin``` and ```boxMax``` specify the volume in space to create the solid. Values in ```tex3d``` below```0.5``` are considered solid, otherwise they are considered empty.
|
|
|
|
|
|
```to_voxel_distance_field(shape, voxSize)```
|
|
```to_voxel_distance_field(shape, voxSize)```
|
|
|
|
|
... | | ... | |