To begin I will introduce some really important tools and workflow ideas, like using linear Bézier curves as the prime selection tool: Given points P0 and P1, a linear Bezier curve is simply a straight line between those points. The cure is given by B(t) = P0 + t(P1 - P0) = (1-t) P1, 0 < t < 1 and is equivalent to linear interpolation.

I've made two rubrics for my graphics class, and here they are:
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.