Previous | Next --- Slide 66 of 70
Back to Lecture Thumbnails
minhsual

How difficult would it be to control the final shape when using subdivision compared to using spline schemes?

dab

Since subdivision is iterative, does that make it inefficient in practice? How does performance compare to a Bezier Curve?

willowpet

Are each of these steps computed sequentially, or can you just go straight to the last step when rasterizing?

kkzhang

After what point does subdivision stop subdividing midpoints?

snaminen

How much does the control curve matter? Given any control curve, are we able to obtain all possible shapes within it?

anon

If the intended final shape had both a curved edge and a flat edge (e.g. a semi-circle), would subdivision continue to divide midpoints on the flat edges so long as the curved edge isn't ideal yet/to the choice specifications? or would the flat edge stop to some extent?

tcarey

Is this done at render time? Or is this usually pre-processing done on the geometry once before being rendered?

anag

Is there some analytical proof out there for why subdividing midpoints using a certain scheme approaches a Bezier curve?

ml2

Is there a method behind calculating the best averaging rule in each case, or is it just a guess and check process?