Previous | Next --- Slide 32 of 50
Back to Lecture Thumbnails
jesshuifeng

do we need to recompute the tree every time the ray direction's changes?

bravech

No you compute the tree based on the world and traverse it based on the ray. No need to recompute tree every ray trace

froggystyle

this reminds me of clip_triangle

Shep

How does K-D trees handle triangles that overlap the split? Is it based on the center?

Evanolott

Does it matter if the tree is not balanced? or if we did any work/special treatment in the algorithm to keep it balanced?

aabedon

I believe an unbalanced kd-tree would lead to poor performance