nondeterminism warning
This commit is contained in:
parent
915d6c67cd
commit
a77b2fd78f
@ -112,6 +112,7 @@ impl<L> BvhNode<L>{
|
|||||||
Ratio<Planar64,Planar64>:From<T>,
|
Ratio<Planar64,Planar64>:From<T>,
|
||||||
F:Fn(&L,&Ray)->Option<T>,
|
F:Fn(&L,&Ray)->Option<T>,
|
||||||
{
|
{
|
||||||
|
// source of nondeterminism when Aabb boundaries are coplanar
|
||||||
let mut nodes=BTreeMap::new();
|
let mut nodes=BTreeMap::new();
|
||||||
|
|
||||||
let start_time=start_time.into();
|
let start_time=start_time.into();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user