Added a TODO comment.

This commit is contained in:
Nathan Vegdahl 2016-07-16 15:10:07 -07:00
parent ec75f11206
commit 76f074f866

View File

@ -228,6 +228,8 @@ impl BVH {
axis
};
// TODO: use a select algorithm like introselect instead of a
// full sort.
sort_by(objects,
&|a, b| {
let tb_a = lerp_slice(bounder(a), 0.5);