Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
0.8.4:animations [2022/05/03 13:17] – [Post-loading of model-animations] admin0.8.4:animations [2022/05/03 13:18] (current) – [Loading of model-animations during import] admin
Line 37: Line 37:
  
 // get first animation found and playback // get first animation found and playback
 +// CAUTION: it is not the first animation you have imported. It is the first animation could be found in animation-name-hashmap.
 var LAnim : TGorillaAnimation; var LAnim : TGorillaAnimation;
 LAnim := GorillaModel1.AnimationManager.Current; LAnim := GorillaModel1.AnimationManager.Current;