Skip to content

Commit d570e1a

Browse files
committed
Prepare release of 0.11.0
1 parent 6f86a92 commit d570e1a

File tree

5 files changed

+71
-82
lines changed

5 files changed

+71
-82
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@
22

33
The following changes are present in the `main` branch of the repository and are not yet part of a release:
44

5+
- N/A
6+
7+
## Version 0.11.0
8+
59
- CLI: Add a switch `--check_mesh_orientation` to check if the mesh orientation is consistent (i.e. vertex normals have the same orientation as all adjacent face normals)
610
- CLI: Support for reading point/particle attributes (integers, floats and vectors of floats) from BGEO files
711
- Lib: Remove octree-based domain decomposition (superseded by regular grid subdivision approach `--subdomain-grid`)
812
- CLI: Set `--subdomain-grid=on` by default
913
- CLI: Remove all arguments for octree-based domain decomposition
1014
- CLI: Remove options to output some debug files (octree grid, density map, etc.)
15+
- Lib: Fixed a rare bug where the "density map" did not always contain a full zero one-ring around the function values (See https://github.com/InteractiveComputerGraphics/splashsurf/issues/215)
1116

1217
## Version 0.10.0
1318

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)