imageworks / Field3D

[NO LONGER MAINTAINED] A library for storing voxel data on disk and in memory.
https://github.com/imageworks/Field3D/wiki/Field3D-Home
BSD 3-Clause "New" or "Revised" License
305 stars 72 forks source link

MatrixFieldMapping should support time-dependent transforms #24

Closed magnusw closed 12 years ago

magnusw commented 12 years ago

It should be possible to do mm->setLocalToWorld(0.0, xform0); mm->setLocalToWorld(1.0, xform1);

magnusw commented 12 years ago

Addressed with above pull request.