Added a TODO comment.
This commit is contained in:
parent
ec75f11206
commit
76f074f866
|
@ -228,6 +228,8 @@ impl BVH {
|
||||||
axis
|
axis
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// TODO: use a select algorithm like introselect instead of a
|
||||||
|
// full sort.
|
||||||
sort_by(objects,
|
sort_by(objects,
|
||||||
&|a, b| {
|
&|a, b| {
|
||||||
let tb_a = lerp_slice(bounder(a), 0.5);
|
let tb_a = lerp_slice(bounder(a), 0.5);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user