Jump to content

Best way to use lerp on a matrix


photo

Recommended Posts

the lerp (linear interpolation) function works on floats, all varieties of vec and quats but not for mat4.

What is the best way to interpolate a matrix?

Link to comment

the lerp (linear interpolation) function works on floats, all varieties of vec and quats but not for mat4.

What is the best way to interpolate a matrix?

 

You could try decomposing the transformations into position and orientation.

 

Lerp them separately, then re-compose the transform.

Link to comment
×
×
  • Create New...