interpolation in 3d computer graphics
问题 I was wondering if someone could help with explaining in simple terms what interpolation is and how its used in 3d computer graphics 回答1: Simply put: given two points A and B, find a point between them. For example, if I want to move something along a line from a position x=1 to x=4 in one step: 1-----------------------4 The first step is at location 1, the second step is at location 4, so the object moves instantly from one location to the other. However, if I want the object to take a