Changeset 541 for abuse/trunk/src/morpher.cpp
- Timestamp:
- Apr 24, 2011, 10:33:40 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/morpher.cpp
r533 r541 58 58 59 59 fleft=frames; 60 T Image *h1=new TImage(cache.img(t1->morph_mask),"morph tmp"),61 *h2=new T Image(cache.img(t2->morph_mask),"morph tmp");60 TransImage *h1=new TransImage(cache.img(t1->morph_mask),"morph tmp"), 61 *h2=new TransImage(cache.img(t2->morph_mask),"morph tmp"); 62 62 super_morph *sm=new super_morph(h1,h2,anneal,stat_fun); 63 63 if (sm->t)
Note: See TracChangeset
for help on using the changeset viewer.