newton.geometry.build_bvh_particle#

newton.geometry.build_bvh_particle(model, state, *, bvh_constructor=None)[source]#

Deprecated alias for newton.Model.bvh_build_particles().

Deprecated since version 1.3: Use newton.Model.bvh_build_particles() instead.

Parameters:
  • model (Model) – Simulation model providing particle metadata.

  • state (State) – Current simulation state with particle positions.

  • bvh_constructor (str | None) – Warp BVH construction algorithm forwarded to newton.Model.bvh_build_particles().