//! Cloth mesh bookkeeping; the wind resource is owned by the render layer.
use crateCloth;
use HashMap;
/// Per-entity snapshots of [`Cloth`] components, used by
/// [`sync_cloth_meshes_system`](super::systems::sync_cloth_meshes_system)
/// to detect changes and re-register the grid mesh and bounding volume.