nondeterminism warning

This commit is contained in:
Quaternions 2025-02-06 13:43:28 -08:00
parent 915d6c67cd
commit a77b2fd78f

@ -112,6 +112,7 @@ impl<L> BvhNode<L>{
Ratio<Planar64,Planar64>:From<T>,
F:Fn(&L,&Ray)->Option<T>,
{
// source of nondeterminism when Aabb boundaries are coplanar
let mut nodes=BTreeMap::new();
let start_time=start_time.into();