PicoGK v1.6.0
PicoGK v1.6.0 adds one new function to the runtime (hence the number jump) for the creation of a ScalarField
from Voxels
. It also adds a way to run PicoGK in headless mode.
- NEW: You can now run PicoGK in headless mode, [see discussion post for an example](#30).
- NEW: You can create a
ScalarField
fromVoxels
, setting the scalar value to a constant for every voxel that is inside/surface. Great for creating scalar fields for simulation, for example setting the density value of a fluid domain. - NEW: Added way to detect and color code defect signed distance fields in
SdfVisualizer
. - FIX:
Voxels.ProjectZSlice
created degenerate voxel fields, which resulted in open meshes, when converted toMesh
. - FIX: The documentation instructed you to download .NET 8, but the example project installed by the installer used .NET 7. The example project now uses .NET 8 as mentioned in the documentation.