Skip to content

GridForge v7.1.2

Choose a tag to compare

@mrdav30 mrdav30 released this 20 Jun 04:20
· 3 commits to main since this release

Added

  • Added deterministic traversal helpers for GridForge-backed broad-phase and coverage consumers:
    • GridTraversal
    • GridTraversalState
    • GridTraversalPaddingMode
  • Added topology-aware cell edge metrics through GridTopologyMetricUtility.
  • Added duplicate-safe traversal support via voxel spawn-token suppression.
  • Added padded bounds helpers for both full 3D and X/Z planar traversal.
  • Documented traversal padding and duplicate suppression in the GridTracer coverage wiki.

Changed

  • Updated standard and Lean dependencies to FixedMathSharp / SwiftCollections 5.0.2.

Validation

  • Added focused tests for unique traversal, padded bounds checks, and topology-aware cell edge behavior.