NodeRepulseForceBVH
Represents a repulsive force applied on nodes of a Body using a bounding volume hierarchy (BVH) for optimization.
This force calculates mutual repulsion between nodes within a specified search radius to prevent overlap or maintain specific spatial relationships. The force magnitude decreases smoothly as the distance between nodes approaches the search radius, determined by a smoothstep function.
Constructors
Link copied to clipboard
Creates a NodeRepulseForceBVH for the specified body.