Redesign track kf
Compare changes
- Joan Solà Ortega authored
This reverts commit 60c21c78. The commit above is no longer required for the development of this redesign.
We will create tracks on keyframes on demand. We will remove all structures explicitly storing tracks on keyframes.
In particular, TrackMatrix::tracks_kf_
needs to disappear. Also the related API.
The only remaining fcn is tracksAtKeyframes()
which is reimplemented to assemble track_kf
from track
on demand.
This reverts commit 60c21c78. The commit above is no longer required for the development of this redesign.