Previous | Next --- Slide 66 of 92
Back to Lecture Thumbnails
kim

I'm a little confused, when it takes the fractional offsets. These are later used in the helper lerp functions on slide 68. Do they act as the slope? Would anyone be able to explain more? Thanks!

yilong

@kim The fractional offsets is the variable x (how close is the sampling point from v0 and v1), while (v0 - v1) is the slope. The slope should be constant