Previous | Next --- Slide 40 of 50
Back to Lecture Thumbnails
norgate

So does this split a partition if there are a lot of objects in a partition? Or is a space only split like in the pattern shown above?

ShallowDream

It seems like there is a set location for each of the splits. Would it be possible to split on a slightly different ratio eat layer?

superbluecat

I wonder if there is a way to automatically detect what is the best spacial sturcture given a triangle distribution?

spookyspider

I remember it was mentioned this isn't used much in practice, but it seems here like it could be quite useful. Is there something that incurs a high cost about this method?

ant123

Do we always split the quadrants, or only in areas where the objects are highly concentrated?

L1TTLEM4N

How does the code to determine this split different from that of k-d trees?

Mogician

Is the disadvantage compared to K-D Tree caused by inflexible division point decision?