Previous | Next --- Slide 77 of 79
Back to Lecture Thumbnails
xyz

Are there any other good approaches we could use for this problem?

acaosun

How would you determine if the triangle intersects a block?

idkLinearAlgebra

How do we find intersected sub-blocks inside a block?

yyin5

Hierarchical strategies seem to be recursive... Is this (recursive approach) possible on GPU?

jennamil

Would using a slope formula for the edges be a good way to choose how you increment?

doberdog91

It seems like the hybrid approach from 2 slides ago might work well here too.

fullkeyboardalchemist

how to decide the triangle intersects a block?

haotingl

How much faster is this implementation compared to a naive one.